Skip to content

Commit

Permalink
feat: add FLEUR (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz authored Mar 6, 2024
1 parent 34df707 commit c11ddf8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/citations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4277,6 +4277,10 @@
"citations": 218,
"datestamp": "2021-08-24"
},
"FLEUR": {
"citations": 42,
"datestamp": "2024-03-06"
},
"FPLO": {
"citations": 129,
"datestamp": "2021-08-24"
Expand Down Expand Up @@ -4567,6 +4571,10 @@
"citations": 232,
"datestamp": "2023-01-28"
},
"FLEUR": {
"citations": 38,
"datestamp": "2024-03-06"
},
"FPLO": {
"citations": 125,
"datestamp": "2023-01-28"
Expand Down Expand Up @@ -4853,6 +4861,10 @@
"citations": 266,
"datestamp": "2023-01-28"
},
"FLEUR": {
"citations": 48,
"datestamp": "2024-03-06"
},
"FPLO": {
"citations": 128,
"datestamp": "2023-01-28"
Expand Down
19 changes: 19 additions & 0 deletions src/data/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,25 @@
"tags": ["PBC", "AE", "NAO"],
"types": ["DFT", "WFM"]
},
"FLEUR": {
"acceleration": ["MPI", "OpenMP"],
"apis": [],
"author_name": "Blügel",
"benchmarks": ["Δ-value"],
"distribution_channels": ["Source", "EasyBuild", "Spack", "conda", "DockerHub"],
"element_coverage": null,
"homepage": "https://www.flapw.de/",
"cost": "free",
"source": "permissive",
"license": "MIT",
"name": "FLEUR",
"notes": null,
"query_method": "search term",
"query_publication_id": null,
"query_string": "\"FLEUR\" \"Blügel\"",
"tags": ["PBC", "AE", "LAPW"],
"types": ["DFT", "WFM"]
},
"FPLO": {
"acceleration": [],
"apis": [],
Expand Down

0 comments on commit c11ddf8

Please sign in to comment.