Add readme and add note about bond bending thing

This commit is contained in:
Paul Brinkmeier 2023-06-19 07:14:05 +02:00
parent 2d88aa1976
commit 02629dc106
2 changed files with 48 additions and 156 deletions

File diff suppressed because one or more lines are too long

12
experiments/README.md Normal file
View File

@ -0,0 +1,12 @@
# experiments
## Running
(Optional: Use [virtualenv](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/))
```
pip install -r requirements.txt
jupyter-lab
```
The `shell.nix` contains a workaround for NixOS and is not necessary for normal use.