implicit_solvent_ddm.config¶
Dataclass to make life a little easier, which defines config properties, sub-properties, and types in a config.py file. Using a dataclass rather a dictionary ensures all key values pairs are read in (YAML config) before initiating the workflow.
Functions
|
Classes
|
AMBER masks to denote receptor/host and guest atoms |
|
Parameters to run a basic Molecular Dynamics (MD) simulation. |
|
Encapsulates user-specified configuration parameters for the simulation workflow. |
|
Defines the strategy for simulating endstates: either a long MD simulation or Replica Exchange Molecular Dynamics (REMD). |
|
Parameters for flat-bottom distance restraints between receptor and ligand atoms. |
|
Parameter arguments used for intermediate simulation steps within the thermodynamic cycle. |
|
Number of cores specified for respected host, guest and complex simulation. |
|
Stores and manages AMBER parameter and coordinate file paths for MD simulations. |
|
Parameters for running Replica Exchange Molecular Dynamics (REMD). |
|
SystemSettings defines system-level parameters for MD simulations. |
|
Defines the configuration for a modular computational workflow. |