App to compute molecular properties.
This Jupyter-based app is intended to be run with AiiDAlab.
Assuming that the app was registered, you can install it directly via the app store in AiiDAlab or on the command line with:
aiidalab install aiidalab-empa-molecules
Otherwise, you can also install it directly from the repository:
aiidalab install aiidalab-empa-molecules@git+https://github.com/nanotech-empa/aiidalab-empa-molecules.git
To create a new release, clone the repository, install development dependencies with pip install -e '.[dev]'
, and then execute bumpver update
.
This will:
- Create a tagged release with bumped version and push it to the repository.
- Trigger a GitHub actions workflow that creates a GitHub release.
Additional notes:
- Use the
--dry
option to preview the release change. - The release tag (e.g. a/b/rc) is determined from the last release.
Use the
--tag
option to switch the release tag.
MIT