Search found 23 matches
- Tue Oct 01, 2024 7:47 am
- Forum: General forum
- Topic: Hyscorean fitting errors in MATLAB 2023b
- Replies: 3
- Views: 7154
Re: Hyscorean fitting errors in MATLAB 2023b
Dear Joshua, we are aware of the compatibility issues of Hyscorean when trying to run fitting with current EasySpin 6. We are planning to release an updated Hyscorean version in October to address these issues. With respect to Matlab 2023b, thanks for the hint, we will include that in tests then, ho...
- Wed Jul 17, 2024 8:24 am
- Forum: General forum
- Topic: G values seem off by a constant factor
- Replies: 3
- Views: 3948
Re: G values seem off by a constant factor
Dear Apriltang, I think for high spin Fe(III) there are two possible descriptions that are common in the literature, and I would avoid mixing the two: Either effective spin 1/2 with high effective g-values, e.g. ca 4.3 ... 9. This model only considers the central ms manifold, hence the description b...
- Mon Jul 15, 2024 11:10 pm
- Forum: General forum
- Topic: Spectra from Orca Calculation with many hydrogens
- Replies: 4
- Views: 3406
Re: Spectra from Orca Calculation with many hydrogens
Hi Sebastian, Of course you have quite a complex system, particularly in terms of hyperfine couplings. However, the description of the electron-electron interaction with only a scalar J coupling might be the problem yet to be solved. This has been treated in simulations by EasySpin in detail in the ...
- Mon Jul 15, 2024 10:50 pm
- Forum: General forum
- Topic: Issues with Levenberg/Marquart, garlic in Version 6.0.0
- Replies: 3
- Views: 4218
Re: Issues with Levenberg/Marquart, garlic in Version 6.0.0
Hello MMSIM,
your call to esfit corresponds to EasySpin version 5.x.
In the new version EasySpin 6.x this has been updated to include more flexibility.
Please see the documentation of esfit or the post above, you'll see a different arrangement of the arguments.
Best wishes!
- Thu May 16, 2024 1:54 am
- Forum: General forum
- Topic: Spectra from Orca Calculation with many hydrogens
- Replies: 4
- Views: 3406
Re: Spectra from Orca Calculation with many hydrogens
Hi Sebastian, garlic supports equivalent nuclei, which can be many without much computation time when the correlation time is omitted. See example for 2 nitrogens and 12 protons: Sys.g = [2.0084 2.0063 2.0024]; Sys.Nucs = '14N,1H'; Sys.n = [2,12]; Sys.A = [110, 5]; Sys.lwpp = 0.1; Exp.mwFreq = 9.5; ...
- Thu Dec 14, 2023 9:33 am
- Forum: General forum
- Topic: esfit error in timecorrelation fitting
- Replies: 1
- Views: 9646
Re: esfit error in timecorrelation fitting
Hi, Are you using the same EasySpin Version in both Windows and Mac? You can find out simply using the command "easyspin". The error indicates your input arguments to esfit might have the wrong format on Mac. You can check the documentation entry of esfit for the EasySpin version you are u...
- Wed Oct 18, 2023 4:02 am
- Forum: General forum
- Topic: orca2easyspin cannot access output file
- Replies: 3
- Views: 8202
Re: orca2easyspin cannot access output file
Dear SheaStew, just having double checked with some of my Orca output: You can either give the full property txt file with ending .txt: Sys = orca2easyspin('gtensor_calc_property.txt') or you can also read in the full Orca output file, also in txt/ascii format: Sys = orca2easyspin('gtensor_calc.log'...
- Thu Oct 05, 2023 12:22 am
- Forum: General forum
- Topic: Pepper and separate output
- Replies: 3
- Views: 7623
Re: Pepper and separate output
Dear Yukky, changing the requested output to separate transitions changes the format of the returned data: Instead of the single spectrum, a vector with 1x1024 elements, with Opt.Output = 'separate' you get a spectrum for each transition. All the separate spectra are lined up in a matrix with N_tran...
- Tue Sep 19, 2023 1:54 pm
- Forum: General forum
- Topic: error dot indexing
- Replies: 3
- Views: 8218
Re: error dot indexing
Dear Ranjana, it sounds to me as if your Vary variable is already assigned to a type other than struct before you execute that line of code. You could add either "clear Vary;" or "Vary = struct()"; before to remove the previous assignment. Otherwise, please consider posting more ...
- Fri Sep 08, 2023 11:27 pm
- Forum: General forum
- Topic: How to Simulate a Mixed-Spin State of HS and IS with Quantum Admixture?
- Replies: 4
- Views: 8079
Re: How to Simulate a Mixed-Spin State of HS and IS with Quantum Admixture?
Hi Maruan, the third point mentioned should take you there: You have two options: 1) you can either define a Spin System with two electron spins coupled by exchange and dipolar electron-electron interactions 2) or you can specify the larger Group Spin, S = S1 + S2, and a zero-field splitting, both d...