From 2170398891a0b27f2366d99b75af175a631febca Mon Sep 17 00:00:00 2001 From: zulissimeta Date: Tue, 9 Apr 2024 14:08:49 +0000 Subject: [PATCH] deploy: 07bbb1301f59c108c83e7e44e62bbb4dee69f4fd --- _autosummary/ocpmodels.common.distutils.html | 31 +- _autosummary/ocpmodels.common.flags.html | 31 +- _autosummary/ocpmodels.common.gp_utils.html | 31 +- _autosummary/ocpmodels.common.html | 31 +- _autosummary/ocpmodels.common.registry.html | 31 +- _autosummary/ocpmodels.common.relaxation.html | 31 +- ...cpmodels.common.relaxation.optimizers.html | 31 +- _autosummary/ocpmodels.common.typing.html | 31 +- _autosummary/ocpmodels.html | 31 +- _autosummary/ocpmodels.models.gemnet.html | 31 +- .../ocpmodels.models.gemnet.initializers.html | 31 +- ...odels.gemnet.layers.atom_update_block.html | 31 +- ...dels.models.gemnet.layers.base_layers.html | 31 +- ...models.models.gemnet.layers.efficient.html | 31 +- ....models.gemnet.layers.embedding_block.html | 31 +- .../ocpmodels.models.gemnet.layers.html | 31 +- ...odels.gemnet.layers.interaction_block.html | 31 +- .../ocpmodels.models.gemnet.utils.html | 31 +- _autosummary/ocpmodels.models.gemnet_gp.html | 31 +- ...pmodels.models.gemnet_gp.initializers.html | 31 +- ...ls.gemnet_gp.layers.atom_update_block.html | 31 +- ...s.models.gemnet_gp.layers.base_layers.html | 31 +- ...els.models.gemnet_gp.layers.efficient.html | 31 +- ...dels.gemnet_gp.layers.embedding_block.html | 31 +- .../ocpmodels.models.gemnet_gp.layers.html | 31 +- ...ls.gemnet_gp.layers.interaction_block.html | 31 +- .../ocpmodels.models.gemnet_gp.utils.html | 31 +- _autosummary/ocpmodels.models.gemnet_oc.html | 31 +- ...pmodels.models.gemnet_oc.initializers.html | 31 +- ....models.gemnet_oc.interaction_indices.html | 31 +- ...s.models.gemnet_oc.layers.base_layers.html | 31 +- ...els.models.gemnet_oc.layers.efficient.html | 31 +- ...dels.gemnet_oc.layers.embedding_block.html | 31 +- ....models.gemnet_oc.layers.force_scaler.html | 31 +- .../ocpmodels.models.gemnet_oc.layers.html | 31 +- ....models.gemnet_oc.layers.radial_basis.html | 31 +- .../ocpmodels.models.gemnet_oc.utils.html | 31 +- _autosummary/ocpmodels.models.html | 31 +- _autosummary/ocpmodels.models.painn.html | 31 +- .../ocpmodels.models.painn.utils.html | 31 +- _autosummary/ocpmodels.models.scn.html | 31 +- .../ocpmodels.models.scn.sampling.html | 31 +- .../ocpmodels.models.scn.smearing.html | 31 +- ...models.models.scn.spherical_harmonics.html | 31 +- .../ocpmodels.models.utils.activations.html | 31 +- .../ocpmodels.models.utils.basis.html | 31 +- _autosummary/ocpmodels.models.utils.html | 31 +- _autosummary/ocpmodels.modules.evaluator.html | 31 +- ...ls.modules.exponential_moving_average.html | 31 +- _autosummary/ocpmodels.modules.html | 31 +- _autosummary/ocpmodels.modules.loss.html | 31 +- .../ocpmodels.modules.normalizer.html | 31 +- .../ocpmodels.modules.scaling.compat.html | 31 +- _autosummary/ocpmodels.modules.scaling.html | 31 +- ...cpmodels.modules.scaling.scale_factor.html | 31 +- .../ocpmodels.modules.scaling.util.html | 31 +- _sources/core/DATASET_PER_ADSORBATE.md | 112 -- .../core/{DATASET.md => datasets/oc20.md} | 309 ++--- _sources/core/datasets/oc22.md | 119 ++ _sources/core/datasets/odac.md | 55 + api.html | 31 +- core/DATASET_PER_ADSORBATE.html | 984 ---------------- core/FAQ.html | 45 +- core/INSTALL.html | 43 +- core/LICENSE.html | 45 +- core/MODELS.html | 45 +- core/README.html | 41 +- core/TRAIN.html | 45 +- core/{DATASET.html => datasets/oc20.html} | 1001 +++++++++-------- core/datasets/oc22.html | 788 +++++++++++++ core/datasets/odac.html | 743 ++++++++++++ genindex.html | 31 +- objects.inv | Bin 2069 -> 2095 bytes py-modindex.html | 31 +- search.html | 31 +- searchindex.js | 2 +- tutorial/NRR/NRR_example-gemnet.html | 31 +- tutorial/NRR/NRR_example.html | 31 +- tutorial/NRR/NRR_toc.html | 31 +- tutorial/OCP-introduction.html | 31 +- tutorial/advanced/advanced_toc.html | 31 +- tutorial/advanced/embedding-monkeypatch.html | 31 +- tutorial/advanced/embeddings.html | 31 +- tutorial/advanced/fine-tuning-in-python.html | 31 +- tutorial/advanced/fine-tuning-toc.html | 37 +- tutorial/advanced/mass-inference.html | 31 +- tutorial/fine-tuning/fine-tuning-oxides.html | 37 +- tutorial/gotchas.html | 43 +- tutorial/intro.html | 37 +- tutorial/ocp-modules/ase-calculator.html | 31 +- tutorial/ocp-tutorial.html | 31 +- 91 files changed, 4039 insertions(+), 2693 deletions(-) delete mode 100644 _sources/core/DATASET_PER_ADSORBATE.md rename _sources/core/{DATASET.md => datasets/oc20.md} (57%) create mode 100644 _sources/core/datasets/oc22.md create mode 100644 _sources/core/datasets/odac.md delete mode 100644 core/DATASET_PER_ADSORBATE.html rename core/{DATASET.html => datasets/oc20.html} (53%) create mode 100644 core/datasets/oc22.html create mode 100644 core/datasets/odac.html diff --git a/_autosummary/ocpmodels.common.distutils.html b/_autosummary/ocpmodels.common.distutils.html index 2ddb469a6..0e3e93c93 100644 --- a/_autosummary/ocpmodels.common.distutils.html +++ b/_autosummary/ocpmodels.common.distutils.html @@ -176,43 +176,52 @@ -

Core Installation/Usage

+

Installation

+

Released Datasets & Models

+ +

Training your own models

+ -

Tutorial

- +

Catalysis Tutorials

+