Skip to content

Commit 2cafee0

Browse files
committed
tests(regression): add combined_forcetorque configuration file for each regression system
1 parent a288688 commit 2cafee0

9 files changed

Lines changed: 132 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/benzaldehyde/forces.frc"
5+
top_traj_file:
6+
- ".testdata/benzaldehyde/molecules.top"
7+
- ".testdata/benzaldehyde/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/benzene/forces.frc"
5+
top_traj_file:
6+
- ".testdata/benzene/molecules.top"
7+
- ".testdata/benzene/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/cyclohexane/forces.frc"
5+
top_traj_file:
6+
- ".testdata/cyclohexane/molecules.top"
7+
- ".testdata/cyclohexane/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
3+
run1:
4+
top_traj_file:
5+
- ".testdata/dna/md_A4_dna.tpr"
6+
- ".testdata/dna/md_A4_dna_xf.trr"
7+
selection_string: "all"
8+
start: 0
9+
end: 1
10+
step: 1
11+
combined_forcetorque: False
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/ethyl-acetate/forces.frc"
5+
top_traj_file:
6+
- ".testdata/ethyl-acetate/molecules.top"
7+
- ".testdata/ethyl-acetate/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/methane/forces.frc"
5+
top_traj_file:
6+
- ".testdata/methane/molecules.top"
7+
- ".testdata/methane/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
temperature: 112.0
14+
kcal_force_units: True
15+
search_type: "grid"
16+
combined_forcetorque: False
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/methanol/forces.frc"
5+
top_traj_file:
6+
- ".testdata/methanol/molecules.top"
7+
- ".testdata/methanol/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/octonol/forces.frc"
5+
top_traj_file:
6+
- ".testdata/octonol/molecules.top"
7+
- ".testdata/octonol/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
end: 1
11+
step: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
run1:
4+
force_file: ".testdata/water/forces.frc"
5+
top_traj_file:
6+
- ".testdata/water/molecules.top"
7+
- ".testdata/water/trajectory.crd"
8+
selection_string: "all"
9+
start: 0
10+
step: 1
11+
end: 1
12+
file_format: "MDCRD"
13+
kcal_force_units: True
14+
search_type: "grid"
15+
combined_forcetorque: False

0 commit comments

Comments
 (0)