For example, attached input file calculates all three types of partial charges for an isolated C₂H₂ molecule with PBE functional and 6-31G(d,p) basis set. Some notable options are:
1) `&CELL` section defines fake cubic cell, and `&CENTER_COORDINATES` centers the molecule in it instead of using (0, 0, 0) as a center;
2) `PERIODIC NONE` has to be specified both in `&CELL` and `&POISSON` sections;
3) POISSON_SOLVER WAVELET is used, and `PREFERRED_FFT_LIBRARY FFTSG` is added to `&GLOBAL` because of that;
4) `&PRINT` in `&DFT` requests calculation of three types of charges;
5) `METHOD GAPW` and `BASIS_SET_FILE_NAME EMSL_BASIS_SETS` are required for using all-electron `BASIS_SET "6-31Gxx"` in atom `&KIND` sections.
воскресенье, 28 сентября 2025 г. в 12:39:35 UTC+3, Konstantin Tokarev: