diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 10:04:53 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 10:04:53 -0400 |
commit | 3550a9519ee3daee39b6783b27673b96eae192c2 (patch) | |
tree | fcb63868b1618897ea3e424f0853523322b61800 /examples/trial_solution.m.example | |
parent | 678bf3972e2da55c43073045ee858a26e9fae461 (diff) | |
download | mode_match-3550a9519ee3daee39b6783b27673b96eae192c2.tar.gz mode_match-3550a9519ee3daee39b6783b27673b96eae192c2.zip |
file renaming
Ignore-this: 80e5efcae3b55510139bdfe0e8200f14
darcs-hash:20110414140453-067c0-a3efa5458dde54ec411e6e82db18ff9051926758
Diffstat (limited to 'examples/trial_solution.m.example')
-rw-r--r-- | examples/trial_solution.m.example | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/trial_solution.m.example b/examples/trial_solution.m.example new file mode 100644 index 0000000..f4286f1 --- /dev/null +++ b/examples/trial_solution.m.example @@ -0,0 +1,18 @@ +########################################## +lambda= 1.064E-6 ; +Ltot= 1.010675025828971 ; +r0= 1.0E+100 ; +w0= 2.563E-5 ; +x0= 0 ; +lns1.abcd=abcd_lens( 0.075 ) ; +lns1.x= 0.21358727296049 ; +lns2.abcd=abcd_lens( 0.075 ) ; +lns2.x= 0.40361319425309 ; +lns3.abcd=abcd_lens( 0.203 ) ; +lns3.x= 0.80361319425309 ; +wf= 3.709E-5 ; +rf= 1.0E+100 ; +xf= Ltot; + +optics={lns1,lns2,lns3}; +########################################## |