Skip to content

Commit

Permalink
feat: add QMCPACK
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Mar 9, 2024
1 parent abbb0d8 commit f69c39c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 18 deletions.
48 changes: 30 additions & 18 deletions src/data/citations.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
"datestamp": "2021-04-10"
},
"QMCPACK": {
"citations": 8,
"datestamp": "2021-04-10"
"citations": 9,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 18,
Expand Down Expand Up @@ -720,8 +720,8 @@
"datestamp": "2021-01-17"
},
"QMCPACK": {
"citations": 16,
"datestamp": "2021-01-17"
"citations": 18,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 24,
Expand Down Expand Up @@ -1139,7 +1139,7 @@
},
"QMCPACK": {
"citations": 11,
"datestamp": "2021-01-17"
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 19,
Expand Down Expand Up @@ -1557,7 +1557,7 @@
},
"QMCPACK": {
"citations": 17,
"datestamp": "2021-01-17"
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 16,
Expand Down Expand Up @@ -1974,8 +1974,8 @@
"datestamp": "2021-01-17"
},
"QMCPACK": {
"citations": 27,
"datestamp": "2021-01-17"
"citations": 25,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 19,
Expand Down Expand Up @@ -2392,8 +2392,8 @@
"datestamp": "2021-01-07"
},
"QMCPACK": {
"citations": 21,
"datestamp": "2021-01-17"
"citations": 19,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 27,
Expand Down Expand Up @@ -2810,8 +2810,8 @@
"datestamp": "2021-01-07"
},
"QMCPACK": {
"citations": 23,
"datestamp": "2021-01-17"
"citations": 21,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 21,
Expand Down Expand Up @@ -3228,8 +3228,8 @@
"datestamp": "2021-01-07"
},
"QMCPACK": {
"citations": 38,
"datestamp": "2021-01-17"
"citations": 37,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 31,
Expand Down Expand Up @@ -3646,8 +3646,8 @@
"datestamp": "2021-01-04"
},
"QMCPACK": {
"citations": 39,
"datestamp": "2021-01-17"
"citations": 40,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 36,
Expand Down Expand Up @@ -4064,8 +4064,8 @@
"datestamp": "2021-01-04"
},
"QMCPACK": {
"citations": 50,
"datestamp": "2021-01-17"
"citations": 54,
"datestamp": "2024-03-09"
},
"Qbox": {
"citations": 32,
Expand Down Expand Up @@ -4405,6 +4405,10 @@
"citations": 565,
"datestamp": "2021-08-24"
},
"QMCPACK": {
"citations": 70,
"datestamp": "2024-03-09"
},
"Quantum ESPRESSO": {
"citations": 2540,
"datestamp": "2021-08-24"
Expand Down Expand Up @@ -4703,6 +4707,10 @@
"citations": 701,
"datestamp": "2023-01-30"
},
"QMCPACK": {
"citations": 44,
"datestamp": "2024-03-09"
},
"Quantum ESPRESSO": {
"citations": 3010,
"datestamp": "2023-01-30"
Expand Down Expand Up @@ -5001,6 +5009,10 @@
"citations": 603,
"datestamp": "2023-01-28"
},
"QMCPACK": {
"citations": 50,
"datestamp": "2024-03-09"
},
"Quantum ESPRESSO": {
"citations": 3380,
"datestamp": "2023-01-28"
Expand Down
21 changes: 21 additions & 0 deletions src/data/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,27 @@
"tags": ["AE", "GTO", "PP"],
"types": ["WFM", "DFT"]
},
"QMCPACK": {
"acceleration": ["MPI", "OpenMP"],
"apis": [],
"author_name": "Kim",
"benchmarks": [""],
"distribution_channels": [
"Source"
],
"element_coverage": "H..Pu",
"homepage": "https://qmcpack.org/",
"cost": "free",
"source": "permissive",
"license": "NCSA",
"name": "QMCPACK",
"notes": "Interface for wavefunctions from Quantum ESPRESSO, GAMESS, PySCF, QP2",
"query_method": "search term",
"query_publication_id": null,
"query_string": "\"QMCPACK\" \"Kim\"",
"tags": ["PBC", "PP", "PW", "GTO"],
"types": ["QMC"]
},
"Quantum ESPRESSO": {
"acceleration": ["MPI", "OpenMP", "Cuda"],
"apis": [],
Expand Down

0 comments on commit f69c39c

Please sign in to comment.