diff --git a/CITATION.cff b/CITATION.cff index c1bc1443fb..19b4213a15 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,6 +9,7 @@ preferred-citation: given-names: Bryan R. - family-names: Nelson given-names: Adam G. + orcid: "https://orcid.org/0000-0002-3614-0676" - family-names: Forget given-names: Benoit orcid: "https://orcid.org/0000-0003-1459-7672" @@ -18,16 +19,16 @@ preferred-citation: - family-names: Romano given-names: Paul K. orcid: "https://orcid.org/0000-0002-1147-045X" - date-published: 2015-08 doi: 10.1016/j.anucene.2014.07.048 - issn: 1873-2100 + issn: 0306-4549 volume: 82 journal: Annals of Nuclear Energy publisher: name: Elsevier start: 90 + end: 97 + year: 2015 + month: 8 title: "OpenMC: A state-of-the-art Monte Carlo code for research and development" type: article - url: "https://www.sciencedirect.com/science/article/pii/S030645491400379X" - volume: 10 - + url: "https://doi.org/10.1016/j.anucene.2014.07.048" diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index 21526242f1..47c257dfe9 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -35,6 +35,13 @@ you wish) with OpenMC installed. conda create --name openmc-env openmc conda activate openmc-env +If you are installing on macOS with an Apple silicon ARM-based processor, you +will also need to specify the `--platform` option: + +.. code-block:: sh + + conda create --name openmc-env --platform osx-arm64 openmc + You are now in a conda environment called `openmc-env` that has OpenMC installed. diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 063c985f40..775e381091 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -35,6 +35,13 @@ you wish) with OpenMC installed. conda create --name openmc-env openmc conda activate openmc-env +If you are installing on macOS with an Apple silicon ARM-based processor, you +will also need to specify the `--platform` option: + +.. code-block:: sh + + conda create --name openmc-env --platform osx-arm64 openmc + You are now in a conda environment called `openmc-env` that has OpenMC installed.