Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slakonet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3244,4 +3244,4 @@ def print_energy(a=atoms):
fig_bands, ax_bands = calc_bands.plot_band_structure(
fermi_shift=True, save_path="bands_enhanced.png"
)
plt.show()
plt.show()
2 changes: 1 addition & 1 deletion slakonet/optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -3325,4 +3325,4 @@ def get_hamiltonian(jarvis_atoms=None, kpts=[1, 4, 4], model=None):
# )
multi_vasp_training()

# """
# """
2 changes: 1 addition & 1 deletion slakonet/train_slakonet.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ class SlakoNetConfig(BaseSettings):
bandgap_weight=config.bandgap_weight,
)

print("\n✅ Training completed successfully!")
print("\n✅ Training completed successfully!")
Loading