No description
Find a file
2024-07-12 14:58:21 +02:00
src/quackseq Readout scheme as sequence wide property. 2024-07-12 14:58:21 +02: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