atomate2.turbomole.utils module#
Module containing utilities for the atomate2-turbomole package.
- class atomate2.turbomole.utils.JobexTimings(steps_timings)[source]#
Bases:
MSONable
Object containing timing information about a jobex run.
Note: this will be moved and adapted in turbomoleio.
Construct JobexTimings.
- Parameters:
steps_timings (list) – List of the timings for each step.
- atomate2.turbomole.utils.datetime_str() str [source]#
Get a string representation of the current time.
- Returns:
The current time.
- Return type:
- atomate2.turbomole.utils.get_define_parameters(define_template=None, define_parameters=None)[source]#
Get the define parameters based on a template and additional define parameters.
- Parameters:
define_template – Name of template to use as basis for define parameters.
define_parameters – Parameters for turbomoleio’s DefineRunner.