Repo to model the spin dynamics of a single adatom.
- Clone the repository
- Ensure pyenv and poetry are installed on your box
- If Python 3.8.16 is not already installed via pyenv, run
pyenv install 3.8.16(for latest version see .python_version file) cd adatom-spin-dynamicspyenv local 3.8.16python3 -m venv .venvfollowed bysource .venv/bin/activate- Install required packages (this will install pre-commit required in the next step):
poetry install pre-commit install. This will ensure pre-commit hook checks are run before committing.