Skip to content

Commit

Permalink
Update plot
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivan committed Jan 18, 2024
1 parent 9d34401 commit b040acf
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 200 deletions.
4 changes: 2 additions & 2 deletions python/comparisons/comparison_energies.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ def main():
ax1.set_xlabel('N [-]')
ax1.set_xlim([N_list[0], N_list[-1]])
ax1.grid(linestyle='--')
ax1.set_title('Linear variational principle')
ax1.set_title('Linear variational method')
ax1.axhline(E_exact, color='#000000', linewidth=1)

ax2.plot(O_list, E_pt, '-o', color='#648FFF')
ax2.set_ylabel('E [Ht]')
ax2.set_xlabel('order')
ax2.set_xlabel('correction order')
ax2.set_xlim([O_list[0], O_list[-1]])
ax2.grid(linestyle='--')
ax2.set_title('Perturbation theory')
Expand Down
Loading

0 comments on commit b040acf

Please sign in to comment.