From 87f398d19f3d581b8192948f82eeecd0ff022093 Mon Sep 17 00:00:00 2001 From: Joshaniel Cooper Date: Wed, 20 Dec 2023 14:49:49 +0100 Subject: [PATCH] removed last refl1d reference --- notebooks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/README.md b/notebooks/README.md index 379707fe..9608d613 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -4,11 +4,11 @@ The following notebooks are intended to provide simplified interfaces into the F Tutorial notebooks: * [angle.ipynb](/examples/angle.ipynb) - Angle choice(s) for a simple sample with thin layers. * [contrast.ipynb](/examples/contrast.ipynb) - Contrast choice(s) for a 1,2-dimyristoyl-sn-glycero-3-phosphocholine (DMPC) bilayer model. -* [simulation.ipynb](/examples/simulation.ipynb) - Simulating an experiment for a simple sample using [refnx](https://refnx.readthedocs.io/en/latest/) and [Refl1D](https://refl1d.readthedocs.io/en/latest/). +* [simulation.ipynb](/examples/simulation.ipynb) - Simulating an experiment for a simple sample using [refnx](https://refnx.readthedocs.io/en/latest/). Article notebooks: * [bilayers.ipynb](/examples/bilayers.ipynb) - Generates the lipid bilayer results of the article * [kinetics.ipynb](/examples/kinetics.ipynb) - Generates the kinetics results of the article -* [magnetism.ipynb](/examples/magnetism.ipynb) - Generates the magnetism results of the article. +* [magnetism.ipynb](/examples/magnetism.ipynb) - Generates the magnetism results of the article, broken in v2.0.0. To run an example, you can call the file from the command line (e.g., ```jupyter notebook angle.py```).