10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-10-02 22:40:59 +02:00

Add excitationType enum

This commit is contained in:
Mickaël Véril 2019-11-25 11:55:25 +01:00
parent 162775586b
commit 4ec45cc1cd

View File

@ -4,6 +4,15 @@ from .Orientation import Orientation
import re
import numpy as np
class excitationType(IntFlag):
VALENCE=1
RYDBERG=2
PiPis=4
nPis=8
Singulet=16
Doublet=32
class state:
def __init__(self,number, multiplicity, symetry):
self.number = number