Skip to content

Commit

Permalink
Add pickle test entry for Sirens
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloferz committed Jul 31, 2024
1 parent 1b30d82 commit 0efff38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ def build_neighbor_list(box_size, positions, r_cutoff, capacity_multiplier):
"cvs": [pysages.colvars.Component([0], 0), pysages.colvars.Component([0], 1)],
"grid": pysages.Grid(lower=(1, 1), upper=(5, 5), shape=(32, 32)),
},
"Sirens": {
"cvs": [pysages.colvars.Component([0], 0), pysages.colvars.Component([0], 1)],
"grid": pysages.Grid(lower=(1, 1), upper=(5, 5), shape=(32, 32)),
"topology": (14,),
"mode": "abf",
},
"HistogramLogger": {
"period": 1,
"offset": 1,
Expand Down

0 comments on commit 0efff38

Please sign in to comment.