This app is a frontend for Magnetic Reflectivity Reduction.
conda env create -f environment.yml
activate quicknxs
python -m pip install -e .
This installs the code in editable mode.
Once QuickNXS is installed
python -m build --no-isolation --wheel
now you can install QuickNXS via the generated wheel on other system
python3 -m pip install reflectivity_ui*.whl
Work in progress.
Work in progress.