Skip to content

Commit 9d3efde

Browse files
committed
finish tutorial
1 parent d2f4e0c commit 9d3efde

File tree

4 files changed

+431
-13
lines changed

4 files changed

+431
-13
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/bin/bash
2+
3+
#SBATCH --nodes 1
4+
#SBATCH --partition=amilan
5+
#SBATCH --ntasks=20
6+
#SBATCH --job-name=tutorial
7+
#SBATCH --qos=normal
8+
#SBATCH --time=03:00:00
9+
#SBATCH --output=tutorial.out
10+
11+
source /projects/anfr8476/pkgs/gromacs-2022.5-wl/bin/GMXRC
12+
ml gcc
13+
ml openmpi/5.0.6
14+
15+
conda activate EEXE
16+
17+
mpirun -np 5 run_REXEE -y params.yaml
18+
19+
mpirun -np 5 analyze_REXEE -y params.yaml

docs/examples/tutorial_2/MT_REXEE.ipynb

Lines changed: 362 additions & 13 deletions
Large diffs are not rendered by default.
46.9 MB
Binary file not shown.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[ moleculetype ]
2+
; molname nrexcl
3+
NA 1
4+
5+
[ atoms ]
6+
; id at type res nr residu name at name cg nr charge
7+
1 Na 1 NA NA 1 1.00000
8+
9+
[ moleculetype ]
10+
; molname nrexcl
11+
CL 1
12+
13+
[ atoms ]
14+
; id at type res nr residu name at name cg nr charge
15+
1 Cl 1 CL CL 1 -1.00000
16+
17+
[ moleculetype ]
18+
; molname nrexcl
19+
SOL 2
20+
21+
[ atoms ]
22+
; id at type res nr res name at name cg nr charge mass
23+
1 OW 1 SOL OW 1 -0.834 16.00000
24+
2 HW 1 SOL HW1 1 0.417 1.00800
25+
3 HW 1 SOL HW2 1 0.417 1.00800
26+
27+
#ifndef FLEXIBLE
28+
29+
[ settles ]
30+
; OW funct doh dhh
31+
1 1 0.09572 0.15139
32+
33+
[ exclusions ]
34+
1 2 3
35+
2 1 3
36+
3 1 2
37+
38+
#else
39+
40+
[ bonds ]
41+
; i j funct length force_constant
42+
1 2 1 0.09572 502416.0 0.09572 502416.0
43+
1 3 1 0.09572 502416.0 0.09572 502416.0
44+
45+
46+
[ angles ]
47+
; i j k funct angle force_constant
48+
2 1 3 1 104.52 628.02 104.52 628.02
49+
50+
#endif

0 commit comments

Comments
 (0)