No description
Find a file
Julia P. fcb5f56ca8
Create main.yml
Added build 'n publish.
2025-01-02 20:28:18 +01:00
.github/workflows Create main.yml 2025-01-02 20:28:18 +01:00
src/quackseq Fixed fitting for data with phase cycling. 2025-01-02 15:36:47 +01:00
.gitignore Initial structure. 2024-05-28 20:35:56 +02:00
CHANGELOG.md Initial structure. 2024-05-28 20:35:56 +02:00
LICENSE Initial structure. 2024-05-28 20:35:56 +02:00
pyproject.toml Linting. 2024-06-01 21:02:30 +02:00
README.md Added readme. 2024-06-24 19:26:49 +02:00

QuackSeq

QuackSeq is a tool for programming pulse sequences for magnetic resonance experiments.

The general idea is that different QuackSeq sequences can be run on either hardware spectrometers or software simulators.

Different QuackSeq interpreters can be used to run the same sequence on different spectrometers or simulators.

Installation

Create a new virtual environment and install QuackSeq:

python3 -m venv venv
source venv/bin/activate
pip install quackseq

Modules