@@ -60,6 +60,8 @@ def __repr__(self):
6060 "BasisSet" ,
6161 "ECPPotential" ,
6262 "ElectronShell" ,
63+ "ECPType" ,
64+ "HarmonicType" ,
6365 "ComputeError" ,
6466 "DriverEnum" ,
6567 "FailedOperation" ,
@@ -74,6 +76,7 @@ def __repr__(self):
7476 "OptimizationSpecification" ,
7577 "QCInputSpecification" ,
7678 "TDKeywords" ,
79+ "TrajectoryProtocolEnum" ,
7780 "TorsionDriveInput" ,
7881 "TorsionDriveResult" ,
7982 "Result" ,
@@ -112,6 +115,8 @@ def _use_real_if_possible():
112115 "BasisSet" : (".basis" , "BasisSet" ),
113116 "ECPPotential" : (".basis" , "ECPPotential" ),
114117 "ElectronShell" : (".basis" , "ElectronShell" ),
118+ "ECPType" : (".basis" , "ECPType" ),
119+ "HarmonicType" : (".basis" , "HarmonicType" ),
115120 "ComputeError" : (".common_models" , "ComputeError" ),
116121 "DriverEnum" : (".common_models" , "DriverEnum" ),
117122 "FailedOperation" : (".common_models" , "FailedOperation" ),
@@ -126,6 +131,7 @@ def _use_real_if_possible():
126131 "OptimizationSpecification" : (".procedures" , "OptimizationSpecification" ),
127132 "QCInputSpecification" : (".procedures" , "QCInputSpecification" ),
128133 "TDKeywords" : (".procedures" , "TDKeywords" ),
134+ "TrajectoryProtocolEnum" : (".procedures" , "TrajectoryProtocolEnum" ),
129135 "TorsionDriveInput" : (".procedures" , "TorsionDriveInput" ),
130136 "TorsionDriveResult" : (".procedures" , "TorsionDriveResult" ),
131137 "Result" : (".results" , "Result" ),
0 commit comments