<div>Thank you kindly for your help, I missed this typo.</div><div>Best,</div><div>Quentin<br /></div><div class="gmail_quote"><div dir="auto" class="gmail_attr">Le vendredi 13 janvier 2023 à 14:45:14 UTC+1, jgh a écrit :<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi
<br>
<br>check your typos in the input file --> AUX-FIT instead of AUX_FIT
<br>
<br>regards
<br>JH
<br>
<br>________________________________________
<br>From: <a href data-email-masked rel="nofollow">cp...@googlegroups.com</a> <<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>> on behalf of Quentin Pessemesse <<a href data-email-masked rel="nofollow">q.pess...@gmail.com</a>>
<br>Sent: Friday, January 13, 2023 2:34 PM
<br>To: cp2k
<br>Subject: [CP2K:18318] PBE0/ADMM single point error - Automatic basis set generation not activated
<br>
<br>Hello,
<br>I am trying to run a single point with a hybrid functional and the ADMM method. When i use ADMM with AUX_FIT basis sets, I get this error:
<br>Automatic basis set generation not activated
<br>I do not want to generate any basis set basis sets, not generate them so I do not know how to proceed. Could anyone please help me ? Below is the FORCE_EVAL section of my input.
<br>Best,
<br>Quentin P.
<br>Univ Lyon 1
<br>
<br>&FORCE_EVAL
<br> METHOD QS
<br>
<br> &DFT
<br> LSD
<br> BASIS_SET_FILE_NAME ${BASIS_FILE}
<br> BASIS_SET_FILE_NAME ./BASIS_ADMM_PBE0
<br> POTENTIAL_FILE_NAME ${POTENTIAL_FILE}
<br> RESTART_FILE_NAME ./${PROJECT}-PBE-RESTART.wfn
<br> CHARGE ${CHARGE}
<br> MULTIPLICITY ${MULTIPLICITY}
<br>
<br> &MGRID
<br> NGRIDS ${PW_NG}
<br> CUTOFF ${PW_CUTOFF}
<br> REL_CUTOFF ${PW_REL_CUTOFF}
<br> &END MGRID
<br>
<br> &QS
<br> EPS_DEFAULT ${EPS_DEF}
<br> EPS_PGF_ORB 1.0E-32
<br> EXTRAPOLATION ${EXTRAPOLATION}
<br> EXTRAPOLATION_ORDER ${EXTRAPOLATION_ORDER}
<br> &END QS
<br>
<br> &SCF
<br> SCF_GUESS ${GUESS}
<br> EPS_SCF ${EPSSCF}
<br> MAX_SCF ${MAX_SCF_IN}
<br> ADDED_MOS ${ADDED_MOS}
<br> CHOLESKY INVERSE
<br>
<br> @if ${SMEAR_MIX_YN} == 1
<br>
<br> &SMEAR
<br> METHOD FERMI_DIRAC
<br> ELECTRONIC_TEMPERATURE [K] ${MD_T}
<br> &END SMEAR
<br> &DIAGONALIZATION
<br> ALGORITHM STANDARD
<br> &END DIAGONALIZATION
<br> &MIXING
<br> METHOD BROYDEN_MIXING
<br> ALPHA 0.04
<br> BETA 1.5
<br> NBROYDEN 8
<br> &END
<br>
<br> @endif
<br>
<br> &PRINT
<br> &RESTART
<br> &EACH
<br> QS_SCF 50
<br> &END
<br> ADD_LAST NUMERIC
<br> &END
<br> &END
<br>
<br> &END SCF
<br>
<br> &AUXILIARY_DENSITY_MATRIX_METHOD
<br> METHOD BLOCKED_PROJECTION
<br> ADMM_PURIFICATION_METHOD NONE
<br> &END AUXILIARY_DENSITY_MATRIX_METHOD
<br>
<br> &XC
<br>
<br> &XC_FUNCTIONAL PBE0
<br> &PBE
<br> SCALE_X 0.75 #75 % GGA Exchange
<br> SCALE_C 1.0 #100 % GGA Correlation
<br> PARAMETRIZATION REVPBE
<br> &END PBE
<br> &END XC_FUNCTIONAL
<br>
<br> &HF
<br> FRACTION 0.25 #25 % HF Exchange
<br> &SCREENING
<br> EPS_SCHWARZ 1.0E-6 #Ignore contributions smaller than 1.0E-6
<br> SCREEN_ON_INITIAL_P TRUE
<br> &END SCREENING
<br>
<br> &MEMORY
<br> MAX_MEMORY 3500
<br> EPS_STORAGE_SCALING 0.1
<br> &END MEMORY
<br>
<br> &INTERACTION_POTENTIAL
<br> POTENTIAL_TYPE TRUNCATED
<br> CUTOFF_RADIUS 9.0
<br> T_C_G_DATA ./t_c_g.dat
<br> &END INTERACTION_POTENTIAL
<br>
<br> &END HF
<br>
<br> &XC_GRID
<br> XC_SMOOTH_RHO NN50
<br> XC_DERIV NN50_SMOOTH
<br> &END
<br>
<br> @if ${D3_YN} == 1
<br>
<br> &vdW_POTENTIAL
<br> DISPERSION_FUNCTIONAL PAIR_POTENTIAL
<br> &PAIR_POTENTIAL
<br> TYPE DFTD3
<br> CALCULATE_C9_TERM .FALSE.
<br> REFERENCE_C9_TERM .TRUE.
<br> PARAMETER_FILE_NAME ./dftd3.dat
<br> REFERENCE_FUNCTIONAL PBE0
<br> R_CUTOFF [angstrom] 24.
<br> EPS_CN 1.0E-6
<br> &END PAIR_POTENTIAL
<br> &END vdW_POTENTIAL
<br>
<br> @endif
<br>
<br> &END XC
<br> &END DFT
<br>
<br> &SUBSYS
<br> &CELL
<br> ABC ${CELL_SIZE_XYZ}
<br> MULTIPLE_UNIT_CELL 1 1 1
<br> &END CELL
<br>
<br> &TOPOLOGY
<br> COORD_FILE_NAME ${PROJECT}.xyz
<br> COORDINATE XYZ
<br> CONNECTIVITY OFF
<br> &END TOPOLOGY
<br>
<br>
<br> &KIND Ni
<br> BASIS_SET ORB DZVP-MOLOPT-SR-GTH-q18
<br> BASIS_SET AUX_FIT admm-dzp-q18
<br> POTENTIAL GTH-PBE0-q18
<br> &END KIND
<br>
<br> &KIND C
<br> BASIS_SET ORB DZVP-MOLOPT-SR-GTH-q4
<br> BASIS_SET AUX-FIT admm-dzp-q4
<br> POTENTIAL GTH-PBE0-q4
<br> &END KIND
<br>
<br> &KIND N
<br> BASIS_SET ORB DZVP-MOLOPT-SR-GTH-q5
<br> BASIS_SET AUX-FIT admm-dzp-q5
<br> POTENTIAL GTH-PBE0-q5
<br> &END KIND
<br>
<br> &KIND H
<br> BASIS_SET ORB DZVP-MOLOPT-SR-GTH-q1
<br> BASIS_SET AUX-FIT admm-dzp-q1
<br> POTENTIAL GTH-PBE0-q1
<br> &END KIND
<br>
<br>
<br> &END SUBSYS
<br>
<br>&END FORCE_EVAL
<br>
<br>--
<br>You received this message because you are subscribed to the Google Groups "cp2k" group.
<br>To unsubscribe from this group and stop receiving emails from it, send an email to <a href data-email-masked rel="nofollow">cp2k+uns...@googlegroups.com</a><mailto:<a href data-email-masked rel="nofollow">cp2k+uns...@googlegroups.com</a>>.
<br>To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/12d79cf5-5eb6-4f18-93c6-0862d3074127n%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=fr&q=https://groups.google.com/d/msgid/cp2k/12d79cf5-5eb6-4f18-93c6-0862d3074127n%2540googlegroups.com&source=gmail&ust=1673704383641000&usg=AOvVaw0P5d2Wr3TC2qISy1qxrPrQ">https://groups.google.com/d/msgid/cp2k/12d79cf5-5eb6-4f18-93c6-0862d3074127n%40googlegroups.com</a><<a href="https://groups.google.com/d/msgid/cp2k/12d79cf5-5eb6-4f18-93c6-0862d3074127n%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=fr&q=https://groups.google.com/d/msgid/cp2k/12d79cf5-5eb6-4f18-93c6-0862d3074127n%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1673704383641000&usg=AOvVaw3l-IxFc7flZqCxez2tgGW9">https://groups.google.com/d/msgid/cp2k/12d79cf5-5eb6-4f18-93c6-0862d3074127n%40googlegroups.com?utm_medium=email&utm_source=footer</a>>.
<br></blockquote></div>
<p></p>
-- <br />
You received this message because you are subscribed to the Google Groups "cp2k" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/9ad3452d-f25c-4e73-a0ef-d32c72fe3fd9n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/9ad3452d-f25c-4e73-a0ef-d32c72fe3fd9n%40googlegroups.com</a>.<br />