diff --git a/src/nomad_simulations/schema_packages/model_method.py b/src/nomad_simulations/schema_packages/model_method.py index 9efc2246..36822191 100644 --- a/src/nomad_simulations/schema_packages/model_method.py +++ b/src/nomad_simulations/schema_packages/model_method.py @@ -152,8 +152,8 @@ class XCFunctional(ArchiveSection): type=str, description=""" Provides the name of one of the exchange or correlation (XC) functional following the libxc - convention (see https://www.tddft.org/programs/libxc/). - """, + convention. For the code base containing the conventions, see https://gitlab.com/libxc/libxc. + """, # TODO: step away from the libxc naming convention a_eln=ELNAnnotation(component='StringEditQuantity'), ) diff --git a/src/nomad_simulations/schema_packages/numerical_settings.py b/src/nomad_simulations/schema_packages/numerical_settings.py index 1e69a892..4a36e8f1 100644 --- a/src/nomad_simulations/schema_packages/numerical_settings.py +++ b/src/nomad_simulations/schema_packages/numerical_settings.py @@ -371,7 +371,7 @@ class KMesh(Mesh): unit='m', description=""" Amount of sampled k-points per unit reciprocal length along each axis. Contains the least precise density out of all axes. - Should only be compared between calulations of similar dimensionality. + Should only be compared between calculations of similar dimensionality. """, )