Skip to content

Commit

Permalink
Also fetch wavefunction data on fetch_all
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Jan 25, 2024
1 parent 27c3425 commit 83dd3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcportal/qcportal/singlepoint/record_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def fetch_all(self):

if self.specification.protocols.wavefunction != WavefunctionProtocolEnum.none:
self._fetch_wavefunction()
self.wavefunction_._fetch_raw_data()
else:
self.wavefunction_ = None

Expand Down

0 comments on commit 83dd3e2

Please sign in to comment.