-
Notifications
You must be signed in to change notification settings - Fork 50
Description
I am trying to reproduce results for 2D 1T'-MoS2 using Z2pack, an example is given here using wanniertools package, so there is a reference available
The system is periodic in xy-direction and vacuum in z-direction (a 0 0, 0 b 0, 0 0 c=30.0). Since I did wannierzation already using wannier90, I know which orbitals to consider. Nevertheless, since I don't know how can I add this in my input/wannier90.win file in z2pack, I take the following as wannier90.win file:
num_wann = 44
num_bands = 44
spinors : true
num_iter 0
shell_list 1
exclude_bands : 1-24
skip_b1_tests = true
I use following settings in run.py file,

However, I don't get a non-zero Z2 number as the output from Z2pack, as it is given here

May I ask what is wrong that I am doing here?