Skip to content

Commit

Permalink
add tests for new fda option ignore_missing_potentials
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Sep 11, 2019
1 parent 5a5ab96 commit 83a007e
Show file tree
Hide file tree
Showing 10 changed files with 2,525 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/programs/mdrun/fda_tests/FDATest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ INSTANTIATE_TEST_CASE_P(AllFDATests, FDATest, ::testing::Values(
TestDataStructure("vwf_a2_domain_nframes1_pairwise_forces_scalar", "pfa", "pfr", "traj.xtc"),
TestDataStructure("vwf_a2_domain_nframes1_punctual_stress", "psa", "psr", "traj.xtc"),
TestDataStructure("vwf_a2_domain_nframes10_pairwise_forces_scalar", "pfa", "pfr", "traj.xtc"),
TestDataStructure("vwf_a2_domain_nframes10_punctual_stress", "psa", "psr", "traj.xtc")
TestDataStructure("vwf_a2_domain_nframes10_punctual_stress", "psa", "psr", "traj.xtc"),
TestDataStructure("cmap_ignore_missing_potentials", "", "psr", "traj.xtc"),
TestDataStructure("cmap", "", "psr", "traj.xtc", false, true)
));

} // namespace
Expand Down
9 changes: 9 additions & 0 deletions src/programs/mdrun/fda_tests/data/cmap/fda.pfi
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
onepair = summed
group1 = Protein
group2 = Protein
type = all
atombased = no
residuebased = punctual_stress
residuesrenumber = yes
time_averages_period = 1
no_end_zeros yes
1,246 changes: 1,246 additions & 0 deletions src/programs/mdrun/fda_tests/data/cmap/index.ndx

Large diffs are not rendered by default.

Binary file added src/programs/mdrun/fda_tests/data/cmap/topol.tpr
Binary file not shown.
Binary file added src/programs/mdrun/fda_tests/data/cmap/traj.xtc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
onepair = summed
group1 = Protein
group2 = Protein
type = all
atombased = no
residuebased = punctual_stress
residuesrenumber = yes
time_averages_period = 1
no_end_zeros yes
ignore_missing_potentials = yes

Large diffs are not rendered by default.

1,246 changes: 1,246 additions & 0 deletions src/programs/mdrun/fda_tests/data/cmap_ignore_missing_potentials/index.ndx

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

0 comments on commit 83a007e

Please sign in to comment.