Hi:
I'm finding curry throws an error if I use any value for CrystalSymmetry other than 1 or 2 (i.e. P1 and P-1)
e.g. with
Sys.S = [0.5000 0.5000]
Sys.J= -1.0493e+07
Sys.dip = [9.0893e+04 1.0207e+04]
Sys.g = [ 2.1509 2.0502 1.9900; 2.0027 2.0027 2.0027]
Sys.TIP=0Expt.Temperature=1:300
Expt.Field=100
Expt.CrystalSymmetry=3
Expt.SampleFrame=[0 0 0]
When I run curry I get:
curry(Sys,Expt)
Index exceeds the number of array
elements. Index must not exceed 1.Error in curry
Dave