mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
Add CT and n.d support
This commit is contained in:
parent
659bd97dd3
commit
d46e0af490
@ -16,8 +16,9 @@ def GetTypeFromAcronym(acronym):
|
||||
"p3s":r"\pi \rightarrow 3s",
|
||||
"p3p":r"\pi \rightarrow 3p",
|
||||
"spi":r"\sigma \rightarrow \pi^\star",
|
||||
"CT":None,
|
||||
"non-d":None
|
||||
"CT":r"CT",
|
||||
"non-d":None,
|
||||
"n.d.":None
|
||||
}
|
||||
try:
|
||||
return acroDict[acronym]
|
||||
|
Loading…
Reference in New Issue
Block a user