Skip to content

Commit

Permalink
Complete the DRH -> NA change
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-rovigatti committed Nov 15, 2023
1 parent 8f2fc5f commit aaebaeb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
v. 3.5.2
v. 3.6.0
- Add 6 more tests to the `run` level; these tests use the new topology and check that the DNA, RNA and NA interactions compute the right energies for a short nicked duplex
- Add support for a "new" topology format where nucleotides are listed in the 5' -> 3' order, which is the standard in the community
- Add the NA interaction, which can be used to simulate hybrid DNA/RNA systems (by @eryykr, see #68)
- Add a old<->new topology converter to the `utils` folder
- Add an option `stiff_rate` to the `mutual_trap` force
- Remove a few warnings when compiling with CUDA
- Fix the computation of the stress tensor on the GPU
oxpy:
- Update pybind to make oxpy compatible with newer Python versions
- Deprecate support for Python versions < 3.8
- Add (undocumented) support for `-Dpython=On` and `-DPYTHON=On`
oat:
- Add support for the new topology format
- Fixed an error in the oxDNA_PDB CLI parser
- Added error handling for truncated trajectories in the oat parser (see #67)

v. 3.5.2 [50479f2]
oat:
- remove usage of `|` to specify type annotations for unions to make oat compatible with Python 3.9
- improve the portability of the `setup.py` script to fix installation issues on some systems
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/DNA_RNA/FORCE_FIELD/AVG_SEQ/run_input
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ T = 20C
dt = 0.005
verlet_skin = 0.05

interaction_type = DRH
interaction_type = NA
salt_concentration = 1.0

#### INPUT / OUTPUT ####
Expand Down
4 changes: 2 additions & 2 deletions test/DNA_RNA/FORCE_FIELD/SEQ_DEP/run_input
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ T = 20C
dt = 0.005
verlet_skin = 0.05

interaction_type = DRH
interaction_type = NA
salt_concentration = 1.0
use_average_seq = true
seq_dep_file = ../../../../DRH_sequence_dependent_parameters.txt
seq_dep_file = ../../../../NA_sequence_dependent_parameters.txt

#### INPUT / OUTPUT ####
topology = ../init.top
Expand Down

0 comments on commit aaebaeb

Please sign in to comment.