Skip to content

Commit

Permalink
update: add manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Feb 19, 2024
1 parent 175fd27 commit cc9d6c9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions materials/sources/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
sources:
- filename: 2dm-3993.poscar
common_name: Graphene
lattice_type: HEX
space_group: P6/mmm
dimensionality: 2D
form_factor: Monolayer
source_id: 2dm-3993
source: 2dmatpedia
doi: 10.1038/s41597-019-0097-3
url: http://www.2dmatpedia.org/2dmaterials/doc/2dm-3993/
- filename: 2dm-4991.poscar
common_name: Hexagonal Boron Nitride
lattice_type: HEX
space_group: P6/mmm
dimensionality: 2D
form_factor: Monolayer
source_id: 2dm-4991
source: 2dmatpedia
doi: 10.1038/s41597-019-0097-3
url: http://www.2dmatpedia.org/2dmaterials/doc/2dm-4991/


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["pre-commit", "black", "ruff", "isort", "mypy", "pip-tools"]
dev = ["pre-commit", "black", "ruff", "isort", "mypy", "pip-tools", "express-py"]
tests = ["pytest", "pytest-cov", "pytest-mock"]

# Entrypoint scripts can be defined here, see examples below.
Expand Down

0 comments on commit cc9d6c9

Please sign in to comment.