Releases: m3g/packmol
Releases · m3g/packmol
v21.2.1
v21.2.0
Version 21.2.0
: Add
ignore_conectandnon_standard_conectoptions. The first
will just make packmol ignore all CONECT lines. The second will use a non-standard reading of the
lines, in which the atom indices are expected to be separated by spaces. The default isignore_conect = .false.
andnon_standard_conect = .false., such that the CONECT lines are not ignored and the standard PDB
format is expected.
v21.1.4
v21.1.3
v21.1.2
v21.1.1
v21.1.0
What's Changed
- specify input and output files by command-line arguments by @misael-diaz in #101
New Contributors
- @misael-diaz made their first contribution in #101
Full Changelog: v21.0.4...v21.1.0
v21.0.4
- Changed version file to 21.0.4
- Merge pull request #99 from Eigenstate/initial-coordinates
- Fix infinite loop guessing initial coordinates
What's Changed
- Fix possible infinite loop guessing initial coordinates by @Eigenstate in #99
Full Changelog: v21.0.3...v21.0.4
v21.0.3
- Changed version file to 21.0.3
- Merge pull request #98 from Eigenstate/initialize-maxmove
- Initialize maxmove variable for all file types.
- remove space
- document the runtests.jl script execution
What's Changed
- Initialize maxmove input variable for all file types by @Eigenstate in #98
Full Changelog: v21.0.2...v21.0.3