Skip to content

Commit

Permalink
Band structure, DOS, and charge density changes (#577)
Browse files Browse the repository at this point in the history
* Enable receiving and handling of byte data

* Pull chgcar data from signed url endpoint

* Update prefixed query params

* Sort fields added to dos rester

* Enable receiving and handling of byte data

* Pull chgcar data from signed url endpoint

* Linting

* Fallback to s3 url

* Raise MPRester error for charge densities

* mypy fix

* Bump emmet and maggma in reqs
  • Loading branch information
munrojm authored Apr 20, 2022
1 parent 1e96481 commit 047d832
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 208 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pydantic>=1.8.2
pymatgen>=2022.3.7
typing-extensions==4.1.1
maggma==0.44.1
maggma==0.46.0
requests==2.27.1
monty==2022.3.12
emmet-core==0.21.20
emmet-core==0.24.1
mpcontribs-client>=4.2.9

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"typing-extensions>=3.7.4.1",
"requests>=2.23.0",
"monty>=2021.3.12",
"emmet-core>=0.21.19",
"maggma>=0.39.1",
"emmet-core>=0.24.1",
"maggma>=0.46.0",
"mpcontribs-client",
],
classifiers=[
Expand Down
Loading

0 comments on commit 047d832

Please sign in to comment.