Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link #111

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/nomad_simulations/schema_packages/model_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
""",
)

Expand Down