# Section: pseudopotentials I/O
pseudoPotentialFile = 'GTH_POTENTIALS' # only GTH_POTENTIALS is supported, for supporting more kinds of pseudopotential files,
# modify _cp2kImportNumOfValenceElectrons.py
pseudoPotentialPath = 'D:\cp2k-2023.1\data\\'
functional = 'PBE'
boolSmallCorePseudoPotential = True
pseudoPotentialDatabaseGenerator = '_cp2kImportNumOfValenceElectrons.py' # what contents you must not change
pPDGPath = 'E:\Multiwfn_3.8_dev_bin_Win64\\' # absolute path of _cp2kImportNumOfValenceElectrons.py file
# Section: molden file I/O
moldenFileName = 'F:\***\***\***.molden'
# should include absolute path of your molden file
# however if you also supply another molden file by stdin, then that will be read instead
outMoldenPath = '.\\'
# Section: Multiwfn
multiwfnPath = 'E:\Multiwfn_3.8_dev_bin_Win64\\'
boolCallMultiwfn = True