Skip to main content

Procrustes Package

Project description

Procrustes

GPLv3 License GitHub Actions CI Tox Status Documentation Status Binder

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: A Python Library to Find Transformationsthat Maximize the Similarity Between Matrices.", F. Meng, M. Richer, A. Tehrani, J. La, T. D. Kim, P. W. Ayers, F. Heidar-Zadeh, JOURNAL XXX.

Dependencies

The following dependencies are required to run Procrustes properly,

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/label/dev qc-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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qc-procrustes-1.0.0.tar.gz (55.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page