Skip to content

Commit

Permalink
feat: add jdftx
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Mar 6, 2024
1 parent 383a11f commit e358664
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
52 changes: 52 additions & 0 deletions src/data/citations.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@
"citations": 1,
"datestamp": "2021-04-10"
},
"jDFTX": {
"citations": 0,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 0,
"datestamp": "2021-04-10"
Expand Down Expand Up @@ -803,6 +807,10 @@
"citations": 0,
"datestamp": "2021-01-17"
},
"jDFTX": {
"citations": 0,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 0,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -1217,6 +1225,10 @@
"citations": 1,
"datestamp": "2021-01-17"
},
"jDFTX": {
"citations": 6,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 6,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -1631,6 +1643,10 @@
"citations": 4,
"datestamp": "2021-01-17"
},
"jDFTX": {
"citations": 7,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 7,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -2045,6 +2061,10 @@
"citations": 8,
"datestamp": "2021-01-17"
},
"jDFTX": {
"citations": 13,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 13,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -2459,6 +2479,10 @@
"citations": 10,
"datestamp": "2021-01-07"
},
"jDFTX": {
"citations": 14,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 14,
"datestamp": "2021-01-07"
Expand Down Expand Up @@ -2873,6 +2897,10 @@
"citations": 10,
"datestamp": "2021-01-07"
},
"jDFTX": {
"citations": 17,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 14,
"datestamp": "2021-01-07"
Expand Down Expand Up @@ -3287,6 +3315,10 @@
"citations": 13,
"datestamp": "2021-01-07"
},
"jDFTX": {
"citations": 30,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 29,
"datestamp": "2021-01-07"
Expand Down Expand Up @@ -3701,6 +3733,10 @@
"citations": 12,
"datestamp": "2021-01-04"
},
"jDFTX": {
"citations": 25,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 28,
"datestamp": "2021-01-04"
Expand Down Expand Up @@ -4115,6 +4151,10 @@
"citations": 13,
"datestamp": "2021-01-04"
},
"jDFTX": {
"citations": 24,
"datestamp": "2024-03-06"
},
"jDFTx / DFT++": {
"citations": 24,
"datestamp": "2021-01-04"
Expand Down Expand Up @@ -4409,6 +4449,10 @@
"citations": 52,
"datestamp": "2021-08-26"
},
"jDFTX": {
"citations": 48,
"datestamp": "2024-03-06"
},
"xTB": {
"citations": 267,
"datestamp": "2021-08-24"
Expand Down Expand Up @@ -4687,6 +4731,10 @@
"citations": 129,
"datestamp": "2023-01-30"
},
"jDFTX": {
"citations": 61,
"datestamp": "2024-03-06"
},
"xTB": {
"citations": 470,
"datestamp": "2023-01-30"
Expand Down Expand Up @@ -4965,6 +5013,10 @@
"citations": 124,
"datestamp": "2023-01-28"
},
"jDFTX": {
"citations": 75,
"datestamp": "2024-03-06"
},
"xTB": {
"citations": 727,
"datestamp": "2023-01-28"
Expand Down
22 changes: 22 additions & 0 deletions src/data/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,28 @@
"tags": ["AE", "GTO", "PP", "STO"],
"types": ["DFT", "WFM"]
},
"JDFTx": {
"acceleration": ["MPI", "Cuda"],
"apis": [],
"author_name": "Sundararaman",
"benchmarks": [],
"distribution_channels": [
"Source"
],
"element_coverage": "H..Pu",
"homepage": "https://jdftx.org/",
"cost": "free",
"source": "copyleft",
"license": "GPL-3.0",
"name": "jDFTX",
"nomad_tags": [],
"notes": null,
"query_method": "search term",
"query_publication_id": null,
"query_string": "\"JDFTx\" Sundararaman",
"tags": ["PBC", "PP", "PW"],
"types": ["DFT"]
},
"LAMMPS": {
"acceleration": ["MPI", "OpenMP", "Cuda", "HIP"],
"apis": [],
Expand Down

0 comments on commit e358664

Please sign in to comment.