Implementation of Spin Rotator.

This commit is contained in:
shiroka
2008-12-22 17:53:30 +00:00
parent 4c7938ed6d
commit 76c7f4062e
111 changed files with 409662 additions and 0 deletions

View File

@ -0,0 +1,14 @@
2 2 2 cm 1
% nx ny nz length_unit norm_fact
% Bx(T) By(T) Bz (T)
% A norm_fact 1 means that the magnetic field is expressed in Tesla.
%
% x(cm) y(cm) z(cm) Bx_emqv(V/m) By_emqv(V/m) Bz_emqv(V/m)
-4.9 -4.9 -15.0 0 -1 0
-4.9 -4.9 15.0 0 -1 0
-4.9 4.9 -15.0 0 -1 0
-4.9 4.9 15.0 0 -1 0
4.9 -4.9 -15.0 0 -1 0
4.9 -4.9 15.0 0 -1 0
4.9 4.9 -15.0 0 -1 0
4.9 4.9 15.0 0 -1 0