Fixed in NCrystal docs

This commit is contained in:
Jose Ignacio Marquez Damian 2022-11-18 22:28:04 +01:00
parent 91f939a391
commit 8cf9dbe320
2 changed files with 4 additions and 4 deletions

View file

@ -190,8 +190,8 @@ and further extend the physics `using plugins`_. Thermal scattering kernels are
the fly from dynamic and structural data, or loaded from :math:`S(\alpha,\beta)` tables converted
from ENDF6 evaluations. These kernels are sampled in a direct way using a fast `rejection algorithm`_
that does not require previous processing. A `large library` of materials is already included in
the NCrystal distribution, and new materials can be easily defined from scratch in the `NCMAT format`
or `combining existing files`.
the NCrystal distribution, and new materials can be easily defined from scratch in the `NCMAT format`_
or `combining existing files`_.
The compositions of the materials defined in NCrystal are passed on to OpenMC all other reactions
except for thermal neutron scattering are handled by continuous energy ACE libraries.

View file

@ -127,8 +127,8 @@ defines a material containing polycrystalline alumnium,
defines an oriented germanium single crystal with 40 arcsec mosaicity.
NCrystal only handles low energy neutron interactions. Other interaction are
provided by standard ACE files. NCrystal_ comes with a `predefined library
https://github.com/mctools/ncrystal/wiki/Data-library`_ but more materials can
provided by standard ACE files. NCrystal_ comes with a `predefined library
<https://github.com/mctools/ncrystal/wiki/Data-library>`_ but more materials can
be added by creating NCMAT files or on-the-fly in the configuration string.
.. warning:: Currently, NCrystal_ materials cannot be modified after created.