Finishes DiceInterface Refactoring and Continues Tests Implementation
This commit is contained in:
@@ -6,6 +6,9 @@ from dacite import from_dict
|
||||
|
||||
@dataclass
|
||||
class GaussianDTO(Dataclass):
|
||||
"""
|
||||
Data Transfer Object for the Gaussian configuration.
|
||||
"""
|
||||
level: str
|
||||
qmprog: str
|
||||
keywords: str
|
||||
|
||||
Reference in New Issue
Block a user