K-point sampling


Click here for full thread
Forum Vet
Voitech
There is a hardwire limit of 100 k-points.
In order to bypass the limit you would to need to edit a header file and recompile.
This is what you need to do
1) cd $NWCHEM_TOP/src/nwpw
2) edit the file
nwpwlib/brillouin_zone/brillioun_common.fh
at line 7 and modify from
     parameter (pbrillmax = 100)
to
     parameter (pbrillmax = 1000)
3) recompile