-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug that made VMMC simulate the wrong model when used with the …
…DNA2 interaction This commit also adds a new test to try to better catch future errors
- Loading branch information
1 parent
2ea602d
commit 6096fdb
Showing
5 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ColumnAverage::energy.dat::2::-1.37970256144::0.15 | ||
ColumnAverage::energy.dat::2::-1.37970256144::0.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ColumnAverage::energy.dat::2::-1.379235::0.02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#### PROGRAM PARAMETERS #### | ||
backend = CPU | ||
#debug = 1 | ||
#seed = 4982 | ||
|
||
#### SIM PARAMETERS #### | ||
sim_type = VMMC | ||
ensemble = NVT | ||
|
||
interaction_type = DNA2 | ||
salt_concentration = 0.5 | ||
|
||
delta_translation = 0.22 | ||
delta_rotation = 0.22 | ||
|
||
steps = 5e5 | ||
newtonian_steps = 103 | ||
diff_coeff = 2.50 | ||
#pt = 0.1 | ||
thermostat = john | ||
|
||
T = 20C | ||
dt = 0.005 | ||
verlet_skin = 0.5 | ||
|
||
#### INPUT / OUTPUT #### | ||
topology = ../dsdna8.top | ||
conf_file = ../init.dat | ||
trajectory_file = trajectory.dat | ||
refresh_vel = 1 | ||
log_file = log.dat | ||
no_stdout_energy = 1 | ||
restart_step_counter = 1 | ||
energy_file = energy.dat | ||
print_conf_interval = 1e5 | ||
print_energy_every = 1e3 | ||
time_scale = linear | ||
external_forces = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ColumnAverage::energy.dat::2::-0.700783241758::0.26 | ||
ColumnAverage::energy.dat::2::-0.700783241758::0.15 |