Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Nov 9, 2023
1 parent 8ed7384 commit b345028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doped/chemical_potentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def __init__(self, composition, e_above_hull=0.1, api_key=None, full_phase_diagr
# docs discussing this

# all data collected from materials project
self.data = [
self.data = [ # can see available fields with MPRester.*.available_fields on new API
"pretty_formula",
"e_above_hull",
"band_gap",
Expand Down

0 comments on commit b345028

Please sign in to comment.