@@ -11,45 +11,45 @@ inputs:
1111 type: float
1212
1313steps:
14- config_tag_mdp:
15- in:
16- nsteps: nsteps #10000
17- dt: dt #0.002
18- ref-t: ref-t #298.0
19- ref-p: ref-p #1.0
20- config: !ii
21- mdp:
22- integrator: md # Use md for performance so we can update coordinates on GPU. Use sd for proper statistical properties.
23- rvdw: 1.0
24- rcoulomb: 1.0
25- coulombtype: PME
26- tc-grps: system
27- tau-t: 2
28- constraints: h-bonds
29- nstxout: 1000
30- nstenergy: 1000
31- pcoupl: Parrinello-Rahman
32- tau-p: 1
33- compressibility: 4.5e-5
34- comm-mode: Linear
35- comm-grps: system
36- out:
37- - output_config_string: !& config_tag_mdp_prod
38- grompp:
39- in:
40- config: !* config_tag_mdp_prod
41- input_top_zip_path: !* genion.zip # Use the original topology file so
14+ config_tag_mdp:
15+ in:
16+ nsteps: nsteps #10000
17+ dt: dt #0.002
18+ ref-t: ref-t #298.0
19+ ref-p: ref-p #1.0
20+ config: !ii
21+ mdp:
22+ integrator: md # Use md for performance so we can update coordinates on GPU. Use sd for proper statistical properties.
23+ rvdw: 1.0
24+ rcoulomb: 1.0
25+ coulombtype: PME
26+ tc-grps: system
27+ tau-t: 2
28+ constraints: h-bonds
29+ nstxout: 1000
30+ nstenergy: 1000
31+ pcoupl: Parrinello-Rahman
32+ tau-p: 1
33+ compressibility: 4.5e-5
34+ comm-mode: Linear
35+ comm-grps: system
36+ out:
37+ - output_config_string: !& config_tag_mdp_prod
38+ grompp:
39+ in:
40+ config: !* config_tag_mdp_prod
41+ input_top_zip_path: !* genion.zip # Use the original topology file so
4242# we don't have to question whether the topology gets messed up after file format conversions.
4343# (In fact, it is not exactly identical!)
44- out:
45- - output_tpr_path: !& prod.tpr
46- mdrun:
47- in:
48- output_trr_path: !ii prod.trr # Explicitly specify for cwl_subinterpreter
49- out:
50- - output_crd_path: !& prod.gro
51- - output_trr_path: !& prod.trr
52- - output_edr_path: !& prod.edr
44+ out:
45+ - output_tpr_path: !& prod.tpr
46+ mdrun:
47+ in:
48+ output_trr_path: !ii prod.trr # Explicitly specify for cwl_subinterpreter
49+ out:
50+ - output_crd_path: !& prod.gro
51+ - output_trr_path: !& prod.trr
52+ - output_edr_path: !& prod.edr
5353 # - cwl_subinterpreter_analysis.wic:
5454
5555wic:
0 commit comments