Hello,
I just want to update people who may have the same question in the future. After further research, my problems could be partially solved with the following changes to my input script:
...
CHARGE +1
LSD
MULTIPLICITY 1
...
POISSON_SOLVER
PERIODIC NONE
...
&CENTER_COORDINATES
&END
...
All of this, and a sufficiently large cutoff (my research shows 5+ A) worked for me for case a) where I have a multiplicity of 1. Centering is there to prevent problems at the edge of the box with the solver.
Sadly for system b) where the multiplicity is higher, I always get the usual wavelet solver issue, even though I
a) Center my atoms
b) Have a large box (more than 10 A from edges even)
c) have a large cutoff
I keep getting problems with the Wavelet solver at the edge: Usually, the error message
*** WARNING in ps_wavelet_methods.F:238 :: Density non-zero on the edges ***
*** of the unit cell: wrong results in WAVELET solver ***
can be treated with a larger box, it seems to me from looking around the Cp2kgroup that higher multiplicity might be difficult, but even when increasing the box to have 20+ A vacuum in each direction I still get a problem at the edge. I attach my input script for this issue, maybe somebody can spot some obvious mistake quickly! Is this maybe a chemistry issue (getting multiplicity wrong? I just cut out a molecule off a larger structure, so at each branch of the Triazine, a Hydrogen is missing)
Thank you for your patience