Skip to content

Commit

Permalink
Removed compatibility features with python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Nov 21, 2022
1 parent 698375b commit 6de12ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion aiida_z2pack/workchains/chern.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
get_crossing_and_lowgap_points, merge_crossing_results,
merge_chern_results
)
from six.moves import range
# yapf: enable

# Z2packCalculation = CalculationFactory('z2pack.z2pack')
Expand Down
2 changes: 0 additions & 2 deletions aiida_z2pack/workchains/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from aiida import orm
from aiida.engine import calcfunction
from aiida.common.exceptions import InputValidationError
from six.moves import range
from six.moves import zip


def recipr_base(base):
Expand Down
3 changes: 0 additions & 3 deletions aiida_z2pack/workchains/parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
from aiida_quantumespresso.utils.mapping import prepare_process_inputs
# from aiida_quantumespresso.calculations import _lowercase_dict

from six.moves import zip
from six.moves import range

PwBaseWorkChain = WorkflowFactory('quantumespresso.pw.base')
BandsxCalculation = CalculationFactory('quantumespresso.bandsx')
Z2packBaseWorkChain = WorkflowFactory('z2pack.base')
Expand Down

0 comments on commit 6de12ba

Please sign in to comment.