You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Molly.jl release notes
2
2
3
+
## v0.22.2 - Jun 2025
4
+
5
+
### New features
6
+
-`write_structure` is added to allow a system to be written to a file.
7
+
-`TrajectoryWriter` now writes out better PDB files. `StructureWriter` is now an alias for `TrajectoryWriter` with the PDB format and will be removed in a future breaking release. It is recommended to replace instances of `StructureWriter` with `TrajectoryWriter`.
8
+
- The `excluded_res` and `write_boundary` keyword arguments can now be given to `TrajectoryWriter`. The `atom_inds` keyword argument can now be given to `StructureWriter`.
9
+
-`AtomData`can now store `chain_id` and `hetero_atom`, allowing better file writing.
10
+
- The Urey-Bradley potential is added as `UreyBradley`.
11
+
- The mixing functions `waldman_hagler_σ_mixing`, `waldman_hagler_ϵ_mixing` and `fender_halsey_ϵ_mixing` are added.
12
+
- Additional keyword arguments can now be provided to the `System` constructor taking in an AtomsBase system.
13
+
14
+
### Bug fixes
15
+
- A bug when initialising forces in `LangevinSplitting` is fixed.
16
+
- A bug when converting from an AtomsBase system without velocities is fixed.
17
+
- A bug when setting up a system with infinite boundaries from a file is fixed.
0 commit comments