Parallelization

General forum for EasySpin: questions, how to's, etc.
Post Reply
jiten.phy
Newbie
Posts: 2
Joined: Thu Jan 18, 2018 9:06 am

Parallelization

Post by jiten.phy »

Hello everyone,
I am new to EasySpin and below is my first ever code in EasySpin. The system is a CuPc molecule with Cu(2+) having a unpaired electron in a hyperfine interaction with Copper nucleus and four neighboring nitrogen nucleus. The problem is of too much simulation time. Is this code can be parallelized; if yes, then how? One more doubt, can I get echo amplitude versus magnetic field with EasySpin?

Thanking You.
Jitendra

Code: Select all

Exp.Sequence = '2pESEEM';
Exp.Field = 330;
Exp.dt = 0.010;
Exp.tau = 0.1;
Exp.T = 0.06;

Sys.S = 1/2;
Sys.g =[2.039 2.039 2.1577];

Sys.Nucs = '63Cu,14N,14N,14N,14N';            
Sys.A = [-83 -83 -648; 57 45 45; 57 45 45; 57 45 45; 57 45 45];

saffron(Sys,Exp);
Stefan Stoll
EasySpin Creator
Posts: 1041
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Parallelization

Post by Stefan Stoll »

This is a large spin system, so it is not surprising that it takes some time. Did you look into the option Opt.ProductRule?
Post Reply