mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
Add basis to TBE
This commit is contained in:
parent
f09ee7c0e0
commit
e261d38026
@ -11,7 +11,7 @@ class TBEHandler(formatHandlerBase):
|
|||||||
datacls=dict()
|
datacls=dict()
|
||||||
mymolecule=str(table[myrange[0],0])
|
mymolecule=str(table[myrange[0],0])
|
||||||
initialState=self.TexOps.initialStates[mymolecule]
|
initialState=self.TexOps.initialStates[mymolecule]
|
||||||
mymethod=(method("TBE(FC)"),method("TBE"))
|
mymethod=(method("TBE","aug-cc-pVTZ"),method("TBE(Full)","CBS"))
|
||||||
finsts=dataFileBase.convertState(table[myrange,1],initialState,default=self.TexOps.defaultType,commands=self.commands)
|
finsts=dataFileBase.convertState(table[myrange,1],initialState,default=self.TexOps.defaultType,commands=self.commands)
|
||||||
for index,row in enumerate(table[myrange,]):
|
for index,row in enumerate(table[myrange,]):
|
||||||
oscilatorForces=checkFloat(str(row[2]))
|
oscilatorForces=checkFloat(str(row[2]))
|
||||||
|
Loading…
Reference in New Issue
Block a user