Skip to content

Commit 5de6ae8

Browse files
charmm force field develeopment based on Monte Carlo simulation
1 parent 66b71e6 commit 5de6ae8

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

charmm-mcsa/README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Here's a README file based on the provided code:
21
```
32
# Monte Carlo Reweight Dihedral Force Constant
43
@@ -7,14 +6,14 @@ This Python script implements Monte Carlo reweighting of dihedral force constant
76
## Usage
87
98
1. **Run the Script**: Execute the script using Python 3 with the required command-line arguments.
10-
11-
```bash
12-
python3 monte_carlo_reweight.py <run> <thread> <jobid> <f>
13-
```
14-
15-
- `<run>`: Integer representing the run number.
16-
- `<thread>`: Number of threads to use for parallel execution.
17-
- `<jobid>`: Integer representing the job ID.
9+
10+
bash
11+
python3 monte_carlo_reweight.py <run> <thread> <jobid> <f>
12+
```
13+
14+
- `<run>`: Integer representing the run number.
15+
- `<thread>`: Number of threads to use for parallel execution.
16+
- `<jobid>`: Integer representing the job ID.
1817
- `<f>`: String representing the filename.
1918

2019
2. **Input Files**: Ensure the necessary input files are available, including parameters (`parm.parm`), QM data (`<f>.qm`), and CHARMM scripts (`charmm.<jobid>.sh`).

reweight-trj-helix/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Sure, here's a simple README file based on the provided code:
21

3-
```
42
# Monte Carlo Reweight Dihedral Force Constant
53

64
This Python script performs Monte Carlo reweighting of dihedral force constants using RMSD with NMR J-coupling as a target function. It is designed to optimize parameters in molecular dynamics simulations.

0 commit comments

Comments
 (0)