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 interfaces/ASE_interface/abacuslite/io/latestio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SinglePointDFTCalculator
)
from ase.units import GPa
from ase.constraints import full_3x3_to_voigt_6_stress
from ase.stress import full_3x3_to_voigt_6_stress

# some output formats are not updated,
# for these cases, we import from the legacyio module
Expand Down
2 changes: 1 addition & 1 deletion interfaces/ASE_interface/abacuslite/io/legacyio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SinglePointDFTCalculator
)
from ase.units import Ry, eV, GPa, bar
from ase.constraints import full_3x3_to_voigt_6_stress
from ase.stress import full_3x3_to_voigt_6_stress
# from ase.utils import reader

__all__ = ['read_kpoints_from_running_log',
Expand Down
Loading