mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Add excitationType enum
This commit is contained in:
parent
162775586b
commit
4ec45cc1cd
@ -4,6 +4,15 @@ from .Orientation import Orientation
|
|||||||
import re
|
import re
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|
||||||
|
class excitationType(IntFlag):
|
||||||
|
VALENCE=1
|
||||||
|
RYDBERG=2
|
||||||
|
PiPis=4
|
||||||
|
nPis=8
|
||||||
|
Singulet=16
|
||||||
|
Doublet=32
|
||||||
|
|
||||||
class state:
|
class state:
|
||||||
def __init__(self,number, multiplicity, symetry):
|
def __init__(self,number, multiplicity, symetry):
|
||||||
self.number = number
|
self.number = number
|
||||||
|
Loading…
Reference in New Issue
Block a user