Equivariant machine learning library for learning from electronic structures.
Project description
Table of Contents generated with DocToc
e3psi
About
Equivariant machine learning library for learning from electronic structures
Development
First things first
You can develop on Windows, GNU/Linux or Mac OS X. You need:
- Python 3.6 and above and a python virtual environment.
- Git
Getting Started
First, fork this repository, then fire up your command prompt and ...
- Clone the forked repository
- Navigate to the cloned project directory:
cd e3psi
- activate your python virtual environment and
pip install -r requirements.txt
. pre-commit install
pre-commit install --hook-type commit-msg
pre-commit run --all-files
Now you can start working on the code.
Tests
Simply run pytest
. For more detailed output, including test coverage:
pytest -vv --cov=. --cov-report term-missing
Contributing
If you would like to contribute to the project:
- if you're making code contributions, please try and write some tests to accompany your code, and ensure that the tests pass.
- commit your changes via
cz commit
. Follow the prompts. When you're done,pre-commit
will be invoked to ensure that your contributions and commits follow defined conventions. Seepre-commit-config.yaml
for more details. - your commit messages should follow the conventions described here. Write your commit message in the imperative: "Fix bug" and not "Fixed bug" or "Fixes bug." This convention matches up with commit messages generated by commands like
git merge
andgit revert
. Once you are done, please create a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
e3psi-0.1.0.tar.gz
(14.7 kB
view details)
Built Distribution
e3psi-0.1.0-py3-none-any.whl
(9.6 kB
view details)
File details
Details for the file e3psi-0.1.0.tar.gz
.
File metadata
- Download URL: e3psi-0.1.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc4a71f9b8b55c8227a8602b0e9855e0a478cc41c5a7e8a4b3644de7480176f5 |
|
MD5 | 14b88755df349bfd18bd9ac7dc21ac9d |
|
BLAKE2b-256 | a1e5648bcc48579357b913fe27fcf0a9e30e861c53c8942e8e897f4fedb2a80c |
File details
Details for the file e3psi-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: e3psi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0acc761a62b7d715f1a0c00fe4662b6a597370e56b108a219f4fd16d2e420929 |
|
MD5 | 2212656eb9adf068f12b2ff7aa7459e1 |
|
BLAKE2b-256 | 0569969a63ddf3dad4bf9b51c2974bab2433317607320e60e9522995f27e47d6 |