Installation¶
Requirements¶
- Python 3.10 or higher
- pip or uv package manager
From PyPI (Recommended)¶
Install the latest stable release from PyPI:
From Source¶
For development or to get the latest unreleased features:
With Development Dependencies¶
If you plan to contribute or run tests:
Calculator Dependencies¶
a2c_ase
works with any ASE-compatible calculator. You'll need to install the specific calculator package you want to use.
Other Calculators¶
For the MACE machine learning potential:
Development Setup¶
For contributors, set up the development environment:
-
Clone the repository:
-
Install with development dependencies:
-
Set up pre-commit hooks:
-
Run tests to verify everything works:
Troubleshooting¶
Calculator Not Found¶
Make sure you've installed the calculator package you're trying to use. For example, for MACE:
Next Steps¶
Now that you have a2c_ase
installed, proceed to the Quick Start Guide to run your first workflow!