This commit is contained in:
2024-03-06 18:06:38 +08:00
parent 6cc2fd0d18
commit 63eb5384f7

View File

@@ -198,7 +198,7 @@ def main(simulation_steps, time_step, pdb_folder_path, bash_script_path, gmxrc_p
if __name__ == "__main__":
NSTEPS = 50000 # Example: 50000000 steps
DT = 0.002 # Example: 2 fs time step
PDB_FOLDER_PATH = Path("./pdb_gjm") # Assuming the PDB files are in a folder named 'pdb_files' in the current directory
PDB_FOLDER_PATH = Path("./test")
# 传入自定义的bash脚本路径
CUSTOM_BASH_SCRIPT_PATH = Path('md_gromacs.sh')
# 传入 GMXRC 文件的路径