Page 1 of 1

Unrecognized field name "q".

Posted: Mon Apr 04, 2022 3:17 pm
by radzikovitsky

Hello,

I am using easyspin (v6.0.0-dev.38) with orca5 to compute epr spectra of paramagnetic diruthenium complexes.
I am trying this:

Code: Select all

Sys = orca2easyspin('filename.out');
Sys.lwpp = 1;
Exp.mwFreq = 9.5;
Exp.Temperature = 500;
Exp.Range = [315 350];
pepper(Sys, Exp)

with orca5 input below:

Code: Select all

! HF def2-svp d3bj cpcm(water)

*xyzfile 0 2 xyz_file.xyz

%eprnmr
	gtensor 1
	Nuclei = all Ru {aiso, adip, aorb, fgrad, rho}
end

While it works perfectly with the example calculation from manual, when I try doing this to my output files, I get

Code: Select all

Unrecognized field name "q".

Error in validatespinsys

Error in pepper

Error in pepper.

How ths problem could be solved?


Re: Unrecognized field name "q".

Posted: Thu Jun 09, 2022 3:05 am
by Stefan Stoll

This looks like a bug. Can you please post your ORCA5 output file? Then we can try to reproduce the bug and fix it.