diff --git a/docs/src/index.rst b/docs/src/index.rst index 9ea0bfe..d94ff4c 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -15,7 +15,7 @@ MACE ABOUT ***** -**MACE, a Machine-learning Approach to Chemistry Emulation**, by `Maes et al. (in press.) `_, is a surrogate model for chemical kinetics. It is developed in the contexts of circumstellar envelopes (CSEs) of asymptotic giant branch (AGB) stars, i.e. evolved low-mass stars. +**MACE, a Machine-learning Approach to Chemistry Emulation**, by `Maes et al. (2024) `_, is a surrogate model for chemical kinetics. It is developed in the contexts of circumstellar envelopes (CSEs) of asymptotic giant branch (AGB) stars, i.e. evolved low-mass stars. Currently it still under development. Planned release: Sept 2024 @@ -38,7 +38,7 @@ In formula, MACE is stated as Here, :math:`{\hat{\boldsymbol{n}}}(t)` are the predicted chemical abundances at a time $t$ later dan the initial state :math:`{\boldsymbol{n}}`. :math:`\mathcal{E}` and :math:`\mathcal{D}` represent the autoecoder, with the encoder and decoder, respectively. The autoencoder maps the chemical space :math:`{\boldsymbol{n}}` together with the physical space :math:`{\boldsymbol{p}}` to a lower dimensional representation :math:`\boldsymbol{z}`, called the latent space. The function $G$ describes the evolution in latent space such that :math:`\boldsymbol{z}(\Delta t) = G(\boldsymbol{z}, \Delta t)=\int_0^{\Delta t} g(\boldsymbol{z}){\rm d}t`. -For more details, check out our paper: `Maes et al. (in press.) `_. +For more details, check out our paper: `Maes et al. (2024) `_. *********** How to run? @@ -46,7 +46,7 @@ How to run? Once the Dataset class is set up properly (see :code:`src/mace/CSE_0D/dataset.py`), a MACE model can be trained. This can be done using the script :code:`run.py`, which takes an input file with the needed (hyper)parameter setup. An example of such an input file can be found in :code:`input/`. -The script run.py trains the model, as explained by `Maes et al. (in press.) `_, and is immediately applied to the specified test dataset once training is finished. As such, it returns an averaged error on the MACE model compared to the classical model. +The script run.py trains the model, as explained by `Maes et al. (2024) `_, and is immediately applied to the specified test dataset once training is finished. As such, it returns an averaged error on the MACE model compared to the classical model. .. note:: Required packages: