<div>Hallo,</div><div><br /></div><div>a predefined keyword for printing the SOC matrix within the AO basis is not defined, only for the used AMEW-basis (https://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/PROPERTIES/TDDFPT/PRINT/SOC_PRINT.html#CP2K_INPUT.FORCE_EVAL.PROPERTIES.TDDFPT.PRINT.SOC_PRINT.SOME).  <br /></div><div><br /></div><div>In order to print this in the AO basis, you would need to add the following section to src/qs_tddfpt2_soc.F90 after line 295:</div><div><br /></div><div>IF (log_unit > 0) THEN</div><div>     CALL dbcsr_print(orb_soc_x, unit_nr=log_unit)</div><div>     CALL dbcsr_print(orb_soc_y, unit_nr=log_unit)</div><div>     CALL dbcsr_print(orb_soc_z, unit_nr=log_unit)</div><div>END IF</div><div><br /></div><div>The matrix should be printed into the standard output file this way.</div><div><br /></div><div>Kind regrads,</div><div>Jan-Robert<br /></div><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Sunday, June 15, 2025 at 3:51:24 AM UTC+2 Junbo Lu wrote:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<div>  Is it possible to use CP2K to print the SOC matrix over AO? The analytic formulation of this integral is shown in attached figure.</div><div>  With my best regards,</div><div>  Junbo</div><div><br></div></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 visit <a href="https://groups.google.com/d/msgid/cp2k/f766b694-d50c-4e91-a74b-9f18d290adb3n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/f766b694-d50c-4e91-a74b-9f18d290adb3n%40googlegroups.com</a>.<br />