Skip to content

Commit

Permalink
Fixing example1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miki Bonacci committed Jan 26, 2024
1 parent 74ddcde commit badb9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from aiida_wannier90_workflows.cli.params import RUN
from aiida_wannier90_workflows.utils.workflows.builder.serializer import print_builder
from aiida_wannier90_workflows.utils.kpoints import get_explicit_kpoints_from_mesh
from aiida_wannier90_workflows.utils.workflows.builder.setter import set_parallelization, set_num_bands
from aiida_wannier90_workflows.utils.workflows.builder.setter import set_parallelization, set_num_bands, set_kpoints
from aiida_wannier90_workflows.utils.workflows.builder.submit import submit_and_add_group
from aiida_wannier90_workflows.common.types import WannierProjectionType
from aiida_wannier90_workflows.workflows import Wannier90BandsWorkChain
Expand Down

0 comments on commit badb9f1

Please sign in to comment.