Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor indentation adjustment to fix listing in i-PI section #48

Merged
merged 1 commit into from
Oct 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/interfaces/ipi/ipi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ Originally designed for path-integral molecular dynamics, i-PI [iPI2]_
is a python based program which can communicate with various
electronic structure and interatomic potential codes, using them to
calculate forces and energies under its control. It now includes a
range of advanced dynamics and structural drivers. These include ::

* Closed and open path integration to calculate quantum nuclear
positions and dynamics
* Molecular dynamics in various ensembles (NVE, NVT, ...)
* Thermodynamic integration, replica exchange and umbrella sampling
to efficiently calculate free energies and sample free energy
landscapes
* Hessian evaluation for vibrational modes, free energy or instanton
dynamics
* Geometry optimisation and transition state search methods (nudged
elastic band, NEB, is temporarily disabled in i-PI 2.0, see
:ref:`sec-interfaces-ase-neb` for an alternative)
range of advanced dynamics and structural drivers. These include:

* Closed and open path integration to calculate quantum nuclear
positions and dynamics
* Molecular dynamics in various ensembles (NVE, NVT, ...)
* Thermodynamic integration, replica exchange and umbrella sampling
to efficiently calculate free energies and sample free energy
landscapes
* Hessian evaluation for vibrational modes, free energy or instanton
dynamics
* Geometry optimisation and transition state search methods (nudged
elastic band, NEB, is temporarily disabled in i-PI 2.0, see
:ref:`sec-interfaces-ase-neb` for an alternative)

See the full `list of i-PI features
<http://ipi-code.org/about/features/>`_ for more details.
Expand Down