OpenFF Amber FF Ports
This repository is for distributing Amber force fields in the SMIRNOFF format. The work of doing this porting is found here
SMIRNOFF force field files (.offxml) can be downloaded from the assets of the following releases:
The files included in this repository should directly match these sources.
Installation
Conda packages are available via the conda-forge channel:
conda install -c conda-forge openff-amber-ff-ports
Note that since version 0.11.0 of the OpenFF Toolkit (August 2022), this package is installed as a dependency of the toolkit and these files may already be available on your machine. The toolkit offers an API for inspecting this:
>>> from openff.toolkit.typing.engines.smirnoff.forcefield import get_available_force_fields
>>> sorted(filter(lambda f: 'ff14sb' in f, get_available_force_fields()))
['ff14sb_0.0.1.offxml', 'ff14sb_0.0.2.offxml', 'ff14sb_0.0.3.offxml', 'ff14sb_0.0.4.offxml', 'ff14sb_off_impropers_0.0.1.offxml', 'ff14sb_off_impropers_0.0.2.offxml', 'ff14sb_off_impropers_0.0.3.offxml', 'ff14sb_off_impropers_0.0.4.offxml']
Release history
2025.09.0 - September 18, 2025
- The
pkg_resourcesAPI is no longer used. - This project uses CalVer, specifically
YYYY.MM.MICRO
Acknowledgements
Project based on the Computational Molecular Science Python Cookiecutter version 1.0.
Release files for acellera-openff-amber-ff-ports 2025.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acellera_openff_amber_ff_ports-2025.9.0.tar.gz | 757.0 kB | Details |
Release files / acellera_openff_amber_ff_ports-2025.9.0.tar.gz
| Download URL | acellera_openff_amber_ff_ports-2025.9.0.tar.gz |
|---|---|
| Size | 757.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2477f490ef7e746193cf8b76f34cfc5a5335c50a4d41dfd2e760f0dccdc1feff
|
|
BLAKE2b-256 checksum How to use checksums |
7d208cc2b4e54f94c2292f255deadd8c858525744c1880806a01604cfdbaa419
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.13
|