resfreqs - Using different orientations
Posted: Wed Mar 30, 2016 7:12 am
I want to calculate the resonance frequencies in the x, the y and the z direction. I use e.g. the following code:
I expect that there are three columns as an output, of which two should have the same value because the system does not differ in the x and the y direction. But I only get this output:
It looks like the z direction is missing. What am I doing wrong?
Code: Select all
Sys.S = 1;
Sys.D = -30000;
Sys.g = 2;
Params.CrystalOrientation = [0 pi/2; pi/2 pi/2; 0 0];
Params.Field = 1000;
resfreqs_matrix(Sys,Params)
Code: Select all
ans =
1.0e+04 *
1.9948 1.9948
7.1897 7.1897
5.1948 5.1948