Skip to content

gbouvignies/ChemEx

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.7...v1.10.8)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
98aa5f0

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ChemEx

Code style: black

Overview

ChemEx is an analysis program for chemical exchange detected by NMR.

It is designed to take almost any kind of NMR data to aid the analysis, but the principle techniques are CPMG relaxation dispersion and Chemical Exchange Saturation Transfer.

Installation

The easiest way to install chemex is via conda:

conda install -c conda-forge chemex

If your version of python is less than 3.9, you can also install chemex in a separate conda environment enforcing the use of python 3.9+:

conda create -c conda-forge -n chemex python=3.10 chemex
conda activate chemex

chemex is also available via the Python package index using pip:

pip install chemex

The development version can be installed directly from github via pip:

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