No description
Find a file
jupfi d1310a150f
All checks were successful
Build, Test, and Upload Python Package / deploy (push) Successful in 53s
Version bump.
2025-06-19 19:20:46 +02:00
.forgejo/workflows Change to forgejo. 2025-05-01 16:33:36 +02: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 Version bump. 2025-06-19 19:20:46 +02:00
LICENSE Initial structure. 2024-05-28 20:35:56 +02:00
pyproject.toml Version bump. 2025-06-19 19:20:46 +02:00
README.md Change to forgejo. 2025-05-01 16:33:36 +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