Skip to content

Commit

Permalink
add test for symmetric contact
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Oct 17, 2023
1 parent f01261b commit 293b73e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vermouth/tests/rcsu/test_go_structure_bias.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ def test_compute_go_interaction(test_molecule):
2.0,
0,
[("mol_0_1", "mol_0_4", 1.5)]),
# add symmetric contact good
([(1, 'A', 4, 'A'), (4, 'A', 1, 'A')],
0.3,
2.0,
0,
[("mol_0_1", "mol_0_4", 1.5)]),
# single contact bad -> cshort
([(1, 'A', 3, 'A')],
1.5,
Expand Down

0 comments on commit 293b73e

Please sign in to comment.