This folder contains scripts and resources for testing the NBFIX and NBTHOLE parameters for Na-Cl interactions.
run_charmm.sh
: Script to run the CHARMM test.run_openmm.sh
: Script to run the OpenMM test.bench_mark
: File containing benchmark data for performance and accuracy comparisons.
To execute the tests, follow these steps:
-
Ensure all required dependencies for CHARMM and OpenMM are installed.
-
Make the scripts executable:
chmod +x run_charmm.sh run_openmm.sh
-
Run the CHARMM and OpenMM tests with the following commands:
./run_charmm.sh ./run_openmm.sh
The bench_mark file contains benchmark data for comparison.
Results are written in
Result_CHARMM.txt
: CHARMM resultResult_OPENMM.txt
: OPENMM result
Due to variations in values across different software, we have established a relatively lenient pass criterion: an energy difference of less than 0.1 kcal/mol. If NBFIX or NBTHOLE is ineffective, the energy difference will be significantly higher.