Skip to content

Commit

Permalink
dfpt.vzsisa: Use bo_ prefix for Born-Oppenheimer quantities
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Dec 27, 2024
1 parent e46c020 commit 765075f
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 261 deletions.
2 changes: 1 addition & 1 deletion abipy/dfpt/tests/test_vzsisa.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_vzsisa(self):
assert qha.to_string(verbose=1)

data = qha.fit_tot_energies(tstart=0, tstop=0, num=1,
tot_energies=qha.energies[np.newaxis, :].T, volumes=qha.volumes)
tot_energies=qha.bo_energies[np.newaxis, :].T, volumes=qha.bo_volumes)

self.assert_almost_equal(data.tot_en,
[[-230.27531394],
Expand Down
Loading

0 comments on commit 765075f

Please sign in to comment.