endstate_correction.utils.convert_pickle_to_dcd_file
- endstate_correction.utils.convert_pickle_to_dcd_file(pickle_file_path: str, path_to_psf: str, path_to_crd: str, dcd_output_path: str, pdb_output_path: str)[source]
Convert pickle file trajectory to dcd file.
- Args:
pickle_file_path (str): path where pickle file is stored path_to_psf (str): path where psf file is stored path_to_crd (str): path where crd file is stored dcd_output_path (str): path to save dcd file pdb_output_path (str): path to save pdb file