ichor.cli.main_menu_submenus.molecular_dynamics_menu package
Subpackages
Submodules
ichor.cli.main_menu_submenus.molecular_dynamics_menu.molecular_dynamics_menu module
- class MolecularDynamicsMenuFunctions
Bases:
objectFunctions that run when menu items are selected
- static select_xyz()
Asks user to update the .xyz file and then updates the MolecularDynamicsMenuOptions instance.
- class MolecularDynamicsMenuOptions(selected_xyz_path: pathlib.Path = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/ichor/checkouts/stable/docs/source'))
Bases:
MenuOptions- check_selected_xyz_path() → str | None
Checks whether the given Trjectory exists or if it is a file.
- selected_xyz_path: Path = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/ichor/checkouts/stable/docs/source')