-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from FAIRmat-NFDI/22-extend-ion-schema
Added new perovskite composition and perovskite ion schemas with parser for the ions.
- Loading branch information
Showing
7 changed files
with
1,095 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,11 @@ readme = "README.md" | |
authors = [ | ||
{name = "Jose Marquez", email = "[email protected]"}, | ||
{name = "Yaru Wang", email = "[email protected]"}, | ||
{name = "Hampus Näsström", email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{name = "Jose Marquez", email = "[email protected]"}, | ||
{name = "Yaru Wang", email = "wangyaru@physik.hu-berlin.de"}, | ||
{name = "Hampus Näsström", email = "hampus.naesstroem@physik.hu-berlin.de"}, | ||
] | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
|
@@ -131,4 +132,6 @@ where = ["src"] | |
|
||
[project.entry-points.'nomad.plugin'] | ||
perovskite_solar_cell = "perovskite_solar_cell_database:perovskite_solar_cell" | ||
solar_cell_app = "perovskite_solar_cell_database.apps:solar_cells" | ||
solar_cell_app = "perovskite_solar_cell_database.apps:solar_cells" | ||
perovskite_composition = "perovskite_solar_cell_database:perovskite_composition" | ||
ion_parser = "perovskite_solar_cell_database:ion_parser" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.