.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yaml
.github/workflows/pre-commit.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/pytest.yml
.github/workflows/report_pytest.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/contributor_guide.rst
docs/source/index.rst
docs/source/user_guide.rst
docs/source/_static/custom.css
docs/source/_templates/class_template.rst
docs/source/_templates/module_template.rst
src/BMCTool.egg-info/PKG-INFO
src/BMCTool.egg-info/SOURCES.txt
src/BMCTool.egg-info/dependency_links.txt
src/BMCTool.egg-info/requires.txt
src/BMCTool.egg-info/top_level.txt
src/bmctool/__init__.py
src/bmctool/library/readme.md
src/bmctool/library/seq-library/WASABI.seq
src/bmctool/library/sim-library/config_1pool.yaml
src/bmctool/library/sim-library/config_5pool.yaml
src/bmctool/parameters/CESTPool.py
src/bmctool/parameters/MTPool.py
src/bmctool/parameters/Options.py
src/bmctool/parameters/Parameters.py
src/bmctool/parameters/Pool.py
src/bmctool/parameters/System.py
src/bmctool/parameters/WaterPool.py
src/bmctool/parameters/__init__.py
src/bmctool/simulation/BMCSim.py
src/bmctool/simulation/BlochMcConnellSolver.py
src/bmctool/simulation/__init__.py
src/bmctool/simulation/simulate.py
src/bmctool/utils/__init__.py
src/bmctool/utils/eval.py
src/bmctool/utils/misc.py
src/bmctool/utils/pulses/__init__.py
src/bmctool/utils/pulses/calc_power_equivalents.py
src/bmctool/utils/pulses/calculate_phase.py
src/bmctool/utils/pulses/create_arbitrary_pulse_with_phase.py
src/bmctool/utils/pulses/make_hanning.py
src/bmctool/utils/pulses/make_hsexp.py
src/bmctool/utils/pulses/make_hypsec_half_passage.py
src/bmctool/utils/seq/__init__.py
src/bmctool/utils/seq/write.py
tests/__init__.py
tests/conftest.py
tests/ruff.toml
tests/integration/example_results.txt
tests/integration/test_run_simulations.py
tests/parameters/test_CESTPool.py
tests/parameters/test_MTPool.py
tests/parameters/test_Options.py
tests/parameters/test_Parameters.py
tests/parameters/test_PoolBaseClass.py
tests/parameters/test_System.py
tests/parameters/test_WaterPool.py
tests/simulation/test_BMCSim.py
tests/simulation/test_BlochMcConnellSolver.py
tests/utils/test_calc_power_equivalents.py
tests/utils/test_eval_functions.py
tests/utils/test_make_hanning.py
tests/utils/test_make_hsexp.py
tests/utils/test_make_hypsec_half_passage.py
tests/utils/test_pulse_phase_helpers.py
tests/utils/test_seq_write.py
tests/utils/test_truthy_function.py