Skip to content

Commit

Permalink
feat: add pwmat (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Mar 6, 2024
1 parent fed20f9 commit fb2f11a
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 @@ -281,6 +281,10 @@
"citations": 3,
"datestamp": "2021-04-10"
},
"PWmat": {
"citations": 1,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 13,
"datestamp": "2021-04-10"
Expand Down Expand Up @@ -683,6 +687,10 @@
"citations": 10,
"datestamp": "2021-01-17"
},
"PWmat": {
"citations": 0,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 12,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -1093,6 +1101,10 @@
"citations": 5,
"datestamp": "2021-01-17"
},
"PWmat": {
"citations": 0,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 22,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -1503,6 +1515,10 @@
"citations": 3,
"datestamp": "2021-01-17"
},
"PWmat": {
"citations": 0,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 23,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -1913,6 +1929,10 @@
"citations": 3,
"datestamp": "2021-01-17"
},
"PWmat": {
"citations": 0,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 26,
"datestamp": "2021-01-17"
Expand Down Expand Up @@ -2323,6 +2343,10 @@
"citations": 1,
"datestamp": "2021-01-07"
},
"PWmat": {
"citations": 0,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 24,
"datestamp": "2021-01-07"
Expand Down Expand Up @@ -2733,6 +2757,10 @@
"citations": 2,
"datestamp": "2021-01-07"
},
"PWmat": {
"citations": 3,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 36,
"datestamp": "2021-01-07"
Expand Down Expand Up @@ -3143,6 +3171,10 @@
"citations": 8,
"datestamp": "2021-01-07"
},
"PWmat": {
"citations": 6,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 29,
"datestamp": "2021-01-07"
Expand Down Expand Up @@ -3553,6 +3585,10 @@
"citations": 4,
"datestamp": "2021-01-04"
},
"PWmat": {
"citations": 13,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 26,
"datestamp": "2021-01-04"
Expand Down Expand Up @@ -3963,6 +3999,10 @@
"citations": 5,
"datestamp": "2021-01-04"
},
"PWmat": {
"citations": 35,
"datestamp": "2024-03-06"
},
"PWPAW / ATOMPAW": {
"citations": 32,
"datestamp": "2021-01-04"
Expand Down Expand Up @@ -4293,6 +4333,10 @@
"citations": 102,
"datestamp": "2022-03-20"
},
"PWmat": {
"citations": 43,
"datestamp": "2024-03-06"
},
"Psi4": {
"citations": 233,
"datestamp": "2021-08-24"
Expand Down Expand Up @@ -4567,6 +4611,10 @@
"citations": 159,
"datestamp": "2023-01-30"
},
"PWmat": {
"citations": 61,
"datestamp": "2024-03-06"
},
"Psi4": {
"citations": 254,
"datestamp": "2023-01-30"
Expand Down Expand Up @@ -4837,6 +4885,10 @@
"citations": 176,
"datestamp": "2023-01-28"
},
"PWmat": {
"citations": 82,
"datestamp": "2024-03-06"
},
"Psi4": {
"citations": 284,
"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 @@ -1096,6 +1096,28 @@
"tags": ["AE", "GTO"],
"types": ["WFM", "DFT"]
},
"PWmat": {
"acceleration": ["MPI", "Cuda"],
"apis": [],
"author_name": "Wang",
"benchmarks": [],
"distribution_channels": [
"Binary"
],
"element_coverage": "H..Pu",
"homepage": "https://www.PWmat.com",
"cost": "commercial",
"source": "closed",
"license": null,
"name": "PWmat",
"nomad_tags": null,
"notes": [],
"query_method": "search term",
"query_publication_id": null,
"query_string": "\"PWmat\" \"Wang\"",
"tags": ["PBC", "PP", "PW", "GTO"],
"types": ["DFT", "S"]
},
"PySCF": {
"acceleration": ["MPI", "OpenMP"],
"apis": ["QCSchema"],
Expand Down

0 comments on commit fb2f11a

Please sign in to comment.