From 089273c21645e4456fc23797fc9b6af3dfe3d1d8 Mon Sep 17 00:00:00 2001 From: Jonathan Vandermause Date: Sun, 15 Sep 2024 19:24:22 -0400 Subject: [PATCH] point tutorial links to master --- README.md | 2 +- docs/source/tutorials/colabs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf84bcc61..fd2f516e1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Documentation of the code can be accessed here: https://mir-group.github.io/flar ### Tutorials -[FLARE (ACE descriptors + sparse GP)](https://github.com/mir-group/flare/blob/notebooks/tutorials/sparse_gp_tutorial.ipynb) +[FLARE (ACE descriptors + sparse GP)](https://github.com/mir-group/flare/blob/master/tutorials/sparse_gp_tutorial.ipynb) This tutorial shows how to run flare with a sparse Gaussian process model trained on energy and force data, demoing "offline" training on the MD17 dataset and "online" on-the-fly training of a simple aluminum force field. [FLARE (LAMMPS active learning)](https://bit.ly/flarelmpotf) diff --git a/docs/source/tutorials/colabs.rst b/docs/source/tutorials/colabs.rst index e2ae13d6b..c92fa4813 100644 --- a/docs/source/tutorials/colabs.rst +++ b/docs/source/tutorials/colabs.rst @@ -3,7 +3,7 @@ FLARE: Active Learning Bayesian Force Fields We have a few tutorial notebooks that you can check out and play with. -`FLARE (ACE descriptors + sparse GP) `_. +`FLARE (ACE descriptors + sparse GP) `_. This tutorial shows how to run flare with a sparse Gaussian process model trained on energy and force data, demoing "offline" training on the MD17 dataset and "online" on-the-fly training of a simple aluminum force field. `FLARE (ACE descriptors + sparse GP) with LAMMPS `_.