Skip to content

Commit

Permalink
Small changes in the input file of cri3.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nscolonna committed Jun 14, 2024
1 parent 03a84da commit be794c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions tutorials/tutorial_6/cri3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"init_orbitals": "mlwfs",
"calculate_alpha" : false,
"alpha_guess" : 0.122,
"pseudo_library": "pseudo_dojo_standard",
"gb_correction" : true,
"from_scratch": true,
"spin_polarized": true
"spin_polarized": true,
"pseudo_library": "pseudo_dojo_standard"
},
"atoms": {
"cell_parameters": {
Expand Down
3 changes: 2 additions & 1 deletion tutorials/tutorial_6/plot_bands.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
ax.legend(loc='lower right', ncol=2, bbox_to_anchor=(1, 1))
ax.set_ylim([-5, 5])

plt.show()
#plt.show()
plt.savefig('cri3_bandstructures.png')

0 comments on commit be794c1

Please sign in to comment.