Procrustes Package
Project description
Procrustes
The Procrustes library provides a set of functions for transforming a matrix to make it as similar as possible to a target matrix. For more information, visit Procrustes Documentation.
Citation
Please use the following citation in any publication using Procrustes library:
"Procrustes: ", F. Meng, et al.
Dependencies
The following dependencies are required to run Procrustes properly,
- Python >= 3.6: http://www.python.org/
- NumPy >= 1.18.5: http://www.numpy.org/
- SciPy >= 1.5.0: http://www.scipy.org/
- PyTest >= 5.3.4: https://docs.pytest.org/
- PyTest-Cov >= 2.8.0: https://pypi.org/project/pytest-cov/
- PIP >= 19.0: https://pip.pypa.io/
Installation
To install Procrustes using the conda package management system, install miniconda or anaconda first, and then:
# Create and activate myenv conda environment (optional, but recommended)
conda create -n myenv python=3.6
conda activate myenv
# Install the stable release.
conda install -c theochem procrustes
To install Procrustes with pip, you may want to create a virtual environment, and then:
# Install the stable release.
pip install qc-procrustes
See https://procrustes.readthedocs.io/en/latest/usr_doc_installization.html for full details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file qc-procrustes-1.0.0a2.tar.gz
.
File metadata
- Download URL: qc-procrustes-1.0.0a2.tar.gz
- Upload date:
- Size: 55.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c8940bd7675252ac03b1f188a19d51757372df1495a7428118ffe0d8889874b |
|
MD5 | 2ba6e1c6afc02d403aef27acce052362 |
|
BLAKE2b-256 | cc0c0e3e175267502e4b573f3428149605bf356b0bc3d1dae31fd411f711288c |