https://doi.org/10.5281/zenodo.15058838
zenodo_README.md
# Identifying biases of the Majorana scattering invariant
Our code uses `pixi` to manage the project's environment and tasks.
Install [pixi](https://pixi.sh/dev/) and then run
```bash
pixi install
```
This will create a virtual environment and install all dependencies.
The project is structured as follows:
- `data`: raw data files, used for Fig. 1 and Fig. 2
- `publication`: manuscript files
- `results`: python scripts to generate plots in the paper
- `simulations`: scripts for simulations that do not produce figures
- `multiterminal_invariant`: python package with project specific code, e.g the Kwant system creation
**Note**: The `data` folder has pre-computed data files for Fig. 1 and Fig. 2. To generate new data, remove the contents of the `data` folder and run the scripts in the `results` folder for different parameters.
If you have any questions, please contact us.