Skip to content

Commit 427ff01

Browse files
committed
Remove transition and berry curvature from PlotPairs
1 parent 4a98966 commit 427ff01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plots/energy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ def plot_all(self):
195195
.plot_chemical_potential()
196196
.plot_axes()
197197
.plot_spins()
198-
.plot_berry()
199-
.plot_pairs()
200-
.plot_transition())
198+
.plot_pairs())
201199
return self
202200

203201
def plot_pairs(self):

0 commit comments

Comments
 (0)