Skip to content

Commit

Permalink
Merge pull request #181 from SCM-NV/mhellstr/packmol_with_current_str…
Browse files Browse the repository at this point in the history
…ucture

mhellstr/packmol with current structure
  • Loading branch information
mhellstr authored Dec 16, 2024
2 parents d8a857d + 394d665 commit dcf916b
Show file tree
Hide file tree
Showing 18 changed files with 618 additions and 345 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This changelog is effective from the 2025 releases.
* `AMSJob` can accept an AMS `ChemicalSystem` instead of a PLAMS `Molecule` as an input system
* Specific `ConfigSettings` and related settings classes with explicitly defined fields
* Support for work functions: `AMSResults.get_work_function_results` and `plot_work_function`
* New `packmol_around` function for packing in non-orthorhombic boxes.
* Example on `MoleculeFormats`
* Script `generate_example.sh` to generate documentation pages from notebook examples
* GitHub workflows for CI and publishing to PyPI
Expand Down
3 changes: 3 additions & 0 deletions doc/source/components/mol_packmol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Packmol (`Packmol website <https://m3g.github.io/packmol/download.shtml>`__) is
The following functions eixst:

* ``packmol`` (for fluids with 1 or more components)
* ``packmol_around`` (for fluids with 1 or more components, used to pack around an existing system in AMS2025+)
* ``packmol_on_slab`` (for solid/liquid or solid/gas interfaces with 1 or more components in the fluid)
* ``packmol_in_void`` (for packing molecules inside crystal voids)
* ``packmol_microsolvation`` (for microsolvation of a solute with a solvent)
Expand All @@ -27,6 +28,8 @@ the packmol program included with the Amsterdam Modeling Suite will be used.

.. autofunction:: packmol

.. autofunction:: packmol_around

.. autofunction:: packmol_on_slab

.. autofunction:: packmol_in_void
Expand Down
318 changes: 176 additions & 142 deletions doc/source/examples/PackMolExample/PackMol.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit dcf916b

Please sign in to comment.