librascal icon indicating copy to clipboard operation
librascal copied to clipboard

KE and PE labels in zundel_I-PI.ipynb have been swapped

Open A-614 opened this issue 3 years ago • 0 comments

Plotting zundel.out:

axs[0].plot(time, (KE - KE[0]), linewidth = 1.5, label = r'$\Delta PE$')
axs[0].plot(time, (PE - PE[0]), linewidth = 1.5, label = r'$\Delta KE$')

A-614 avatar Sep 03 '21 15:09 A-614