mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 22:18:29 +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",
|
"p3s":r"\pi \rightarrow 3s",
|
||||||
"p3p":r"\pi \rightarrow 3p",
|
"p3p":r"\pi \rightarrow 3p",
|
||||||
"spi":r"\sigma \rightarrow \pi^\star",
|
"spi":r"\sigma \rightarrow \pi^\star",
|
||||||
"CT":None,
|
"CT":r"CT",
|
||||||
"non-d":None
|
"non-d":None,
|
||||||
|
"n.d.":None
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
return acroDict[acronym]
|
return acroDict[acronym]
|
||||||
|
Loading…
Reference in New Issue
Block a user