summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-09-11 16:55:58 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2012-09-11 16:55:58 -0400
commit5776695f63613c351824630f8e19e7ca2e45c3b9 (patch)
treea1640ba14a0aba606c985277a128fdad7e39803f
parent632e6ab3b3528594264956e17ddbb709d93771a1 (diff)
downloadmode_match-5776695f63613c351824630f8e19e7ca2e45c3b9.tar.gz
mode_match-5776695f63613c351824630f8e19e7ca2e45c3b9.zip
Added Readmev2.1
-rw-r--r--README.t2t22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.t2t b/README.t2t
new file mode 100644
index 0000000..20202db
--- /dev/null
+++ b/README.t2t
@@ -0,0 +1,22 @@
+Gaussian beam propagation package.
+Eugeniy Mikhailov
+2012
+
+
+Initially developed by Eugeniy Mikhailov with first files dated by Jun 2006,
+but it was started even earlier.
+
+Can treat lenses and empty spaces (with a given refraction index). And able
+to calculate Gaussian beam propagation via ABCD matrix formalism.
+
+So far it can propagate Gaussian beam back and force and compare the beam
+profiles after such propagation.
+
+For a quick demo run:
+``` solution_visualization.m
+
+It expects that script trial_solution.m sets beam initial, final Gaussian
+beam parameters, and optical elements. See for an example of such file in
+``examples/trial_solution.m.example``.
+
+