Skip to content

Commit

Permalink
Udjusted the example to the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Minotakm committed Oct 28, 2024
1 parent 4d832d5 commit dc47078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ A pseudopotential family can be constructed manually, by first constructing the
for filepath in ['Ga.upf', 'As.upf']:
with open(filepath, 'rb') as stream:
pseudo = UpfData(file=stream)
pseudo = UpfData(stream)
pseudos.append(pseudo.store())
family = PseudoPotentialFamily(label='pseudos/upf').store()
Expand Down

0 comments on commit dc47078

Please sign in to comment.