Skip to main content

An analysis program for chemical exchange detected by NMR

Project description

ChemEx: NMR Chemical Exchange Analysis Tool

Code style: black

Table of Contents

About ChemEx

ChemEx is an advanced, open-source software specifically designed for analyzing NMR experimental data to characterize chemical exchange processes. Ideal for researchers and scientists in the field of biochemistry and molecular biology, ChemEx aids in the analysis of NMR experiments like Carr-Purcell-Meiboom-Gill (CPMG) relaxation dispersion and Chemical Exchange Saturation Transfer (CEST).

Prerequisites

Before installing ChemEx, ensure you have Python 3.13 installed on your system.

Note: ChemEx requires Python 3.13. Python 3.14 was recently released and is being tested for compatibility, but Python 3.13 is recommended for production use until the scientific Python ecosystem fully adopts 3.14.

Installation

ChemEx offers several installation methods to suit your specific setup:

Quick Start with uv (Recommended)

uv is a fast Python package and project manager. If you don't have it installed:

# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

The fastest way to try ChemEx without installation:

uvx chemex --help

Or install it as a tool:

uv tool install chemex
chemex --help

Using pip with venv

Create an isolated environment and install ChemEx:

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install chemex

Using pip (global)

pip install chemex

From source

pip install git+https://github.com/gbouvignies/ChemEx.git

Using conda

If you prefer conda/mamba:

conda create -n chemex python=3.13
conda activate chemex
conda config --env --add channels conda-forge
conda install chemex

Performance Optimization

ChemEx performance depends on the underlying numerical libraries (NumPy and SciPy). The default installation provides good performance for most users:

  • pip (PyPI wheels): Uses OpenBLAS on Linux/Windows, or Apple's Accelerate framework on macOS
  • conda-forge: Uses OpenBLAS as the BLAS/LAPACK backend
  • Anaconda (defaults channel): Uses Intel® MKL, which can provide better performance for some operations
  • Intel® Distribution for Python: Also uses Intel® MKL

For most use cases, the default pip or conda-forge installation is sufficient. If you need maximum performance and are doing intensive numerical computations, consider using Anaconda's defaults channel or Intel's Python distribution.

Contributing

We encourage contributions from the community. Please see our CONTRIBUTING.md for guidelines on how to make ChemEx better. For any issues or suggestions, please open an issue or a discussion on our GitHub repository.

Support and Documentation

For additional support, tutorials, and detailed documentation, visit the ChemEx Documentation.

License

ChemEx is licensed under the GPL-3.0. See the LICENSE file for more details.


Developed with ❤️ by the ChemEx Contributors

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

chemex-2026.6.1.tar.gz (159.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chemex-2026.6.1-py3-none-any.whl (276.8 kB view details)

Uploaded Python 3

File details

Details for the file chemex-2026.6.1.tar.gz.

File metadata

  • Download URL: chemex-2026.6.1.tar.gz
  • Upload date:
  • Size: 159.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for chemex-2026.6.1.tar.gz
Algorithm Hash digest
SHA256 c45ebf885fff3e8d0d16266e32592f7b1bc7473de009f5807f1b06640824375c
MD5 92bc392fcbdc3006f3fba11aa654d7d2
BLAKE2b-256 4028167f2bc92131184d5a9b65e49c787bda1ff449fe4ffb69a0b754cdf9d5f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for chemex-2026.6.1.tar.gz:

Publisher: python-publish.yml on gbouvignies/ChemEx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chemex-2026.6.1-py3-none-any.whl.

File metadata

  • Download URL: chemex-2026.6.1-py3-none-any.whl
  • Upload date:
  • Size: 276.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for chemex-2026.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1aa158359fc7a2faa278d7910b1ac712d462aeaa135c2e3cacac994a3616c9be
MD5 1b22df77d4a2afa93eff6044dbafcef9
BLAKE2b-256 85d18083311e43650f9e81f59281da7e48fbf619bfdbdb712132f409fadeda93

See more details on using hashes here.

Provenance

The following attestation bundles were made for chemex-2026.6.1-py3-none-any.whl:

Publisher: python-publish.yml on gbouvignies/ChemEx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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