Skip to content

Commit

Permalink
Ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaYahagi committed Oct 22, 2024
1 parent f916c6a commit 3d5b4f0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions run_automated_wannier.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
from aiida_wannier90_workflows.workflows import Wannier90BandsWorkChain
from aiida_quantumespresso.common.types import SpinType
import numpy as np
import warnings

warnings.filterwarnings("ignore")

# Please modify these according to your machine
str_pw = 'qe-pw-7.1@magpu'
str_pw2wan = 'qe-pw2wannier90@magpu'
str_projwfc = 'qe-projwfc@magpu'
str_wan = 'wannier90@magpu'
str_pw = 'qe-pw@localhost'
str_pw2wan = 'qe-pw2wannier90@localhost'
str_projwfc = 'qe-projwfc@localhost'
str_wan = 'wannier90@localhost'

group_name = 'scdm_workflow'

Expand Down

0 comments on commit 3d5b4f0

Please sign in to comment.