MolecularDynamics module

MolecularDynamics.main()[source]

Run preprocessing and launch molecular dynamics simulations.

This function initializes preprocessing based on command-line arguments, prepares simulation settings, and executes the simulations through the MDManager interface.

Notes

  • Command-line arguments are passed directly to the PreProcessing class.

  • Any failure during preprocessing or simulation execution results in a logged exception and program termination.