Skip to content

Commit

Permalink
feat: add onetep (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz authored Mar 8, 2024
1 parent 73094cf commit abbb0d8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 19 deletions.
50 changes: 31 additions & 19 deletions src/data/citations.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 30,
"datestamp": "2021-04-10"
"citations": 26,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 192,
Expand Down Expand Up @@ -664,8 +664,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 36,
"datestamp": "2021-01-17"
"citations": 32,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 324,
Expand Down Expand Up @@ -1082,8 +1082,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 39,
"datestamp": "2021-01-17"
"citations": 38,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 404,
Expand Down Expand Up @@ -1501,7 +1501,7 @@
},
"ONETEP": {
"citations": 46,
"datestamp": "2021-01-17"
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 467,
Expand Down Expand Up @@ -1918,8 +1918,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 44,
"datestamp": "2021-01-17"
"citations": 36,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 557,
Expand Down Expand Up @@ -2336,8 +2336,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 64,
"datestamp": "2021-01-07"
"citations": 50,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 650,
Expand Down Expand Up @@ -2754,8 +2754,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 65,
"datestamp": "2021-01-07"
"citations": 50,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 769,
Expand Down Expand Up @@ -3172,8 +3172,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 68,
"datestamp": "2021-01-07"
"citations": 60,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 853,
Expand Down Expand Up @@ -3590,8 +3590,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 58,
"datestamp": "2021-01-04"
"citations": 49,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 1030,
Expand Down Expand Up @@ -4008,8 +4008,8 @@
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 65,
"datestamp": "2021-01-04"
"citations": 47,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 1220,
Expand Down Expand Up @@ -4365,6 +4365,10 @@
"citations": 384,
"datestamp": "2021-08-31"
},
"ONETEP": {
"citations": 53,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 1560,
"datestamp": "2021-08-24"
Expand Down Expand Up @@ -4659,6 +4663,10 @@
"citations": 365,
"datestamp": "2023-01-30"
},
"ONETEP": {
"citations": 58,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 2040,
"datestamp": "2023-01-30"
Expand Down Expand Up @@ -4953,6 +4961,10 @@
"citations": 323,
"datestamp": "2023-01-28"
},
"ONETEP": {
"citations": 51,
"datestamp": "2024-03-09"
},
"ORCA": {
"citations": 2570,
"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 @@ -1047,6 +1047,25 @@
"tags": ["PBC", "PP", "RS"],
"types": ["DFT"]
},
"ONETEP": {
"acceleration": ["MPI", "OpenMP"],
"apis": [],
"author_name": "Skylaris",
"benchmarks": [""],
"distribution_channels": ["Source", "Binary"],
"element_coverage": null,
"homepage": "https://onetep.org/",
"cost": "free (academia)",
"source": "available",
"license": "ONETEP Academic Licence",
"name": "ONETEP",
"notes": null,
"query_method": "search term",
"query_publication_id": null,
"query_string": "\"ONETEP\" \"Skylaris\"",
"tags": ["PBC", "PAW", "PP", "PW"],
"types": ["DFT", "WFM"]
},
"OpenMM": {
"acceleration": ["MPI", "OpenMP", "Cuda", "OpenCL"],
"apis": [],
Expand Down

0 comments on commit abbb0d8

Please sign in to comment.