Skip to content

Commit

Permalink
Merge branch 'develop' into 130-atom-centered-basis-set
Browse files Browse the repository at this point in the history
  • Loading branch information
EBB2675 committed Nov 19, 2024
2 parents 62de243 + 50154d5 commit c12adac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ dependencies = [

[project.optional-dependencies]
dev = [
"mypy==1.0.1",
"ruff",
"pytest",
"pytest-timeout",
"pytest-cov",
"structlog",
'mypy==1.0.1',
'pytest>= 5.3.0, <8',
'pytest-timeout>=1.4.2',
'pytest-cov>=2.7.1',
'ruff>=0.6',
'structlog>=1.0',
'typing-extensions>=4.12',
]

[tool.uv]
Expand Down
1 change: 1 addition & 0 deletions src/nomad_simulations/schema_packages/model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@ class ModelSystem(System):
# TODO improve description and add an example using the case in atom_indices
bond_list = Quantity(
type=np.int32,
shape=['*', 2],
description="""
List of pairs of atom indices corresponding to bonds (e.g., as defined by a force field)
within this atoms_group.
Expand Down

0 comments on commit c12adac

Please sign in to comment.