Menu

Tree [86fe9e] master /
 History

HTTPS access


File Date Author Commit
 @MIST 2014-05-16 Gabriele Vajente Gabriele Vajente [86fe9e] Fixed recursion bug with old MATLAB versions
 @MIST_BeamSplitter 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Circulator 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Equation 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Filter 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Laser 2014-04-10 Gabriele Vajente Gabriele Vajente [e6bedb] :New solver, bug fixes
 @MIST_Lens 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Mirror 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Modulator 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_NeutralDensity 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Node 2014-03-25 Gabriele Vajente Gabriele Vajente [6b2a48] Aligned to version 1.5.2
 @MIST_Parser 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Simulation 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Solver 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Space 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 @MIST_Vacuum 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 Examples 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 html 2014-05-16 Gabriele Vajente Gabriele Vajente [86fe9e] Fixed recursion bug with old MATLAB versions
 .DS_Store 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise
 ChangeLog 2014-05-16 Gabriele Vajente Gabriele Vajente [86fe9e] Fixed recursion bug with old MATLAB versions
 Contents.m 2014-04-10 Gabriele Vajente Gabriele Vajente [e6bedb] :New solver, bug fixes
 GPL.txt 2012-11-26 Gabriele Vajente Gabriele Vajente [38ea79] Initial commit
 README 2014-03-25 Gabriele Vajente Gabriele Vajente [6b2a48] Aligned to version 1.5.2
 info.xml 2014-05-16 Gabriele Vajente Gabriele Vajente [50cd49] Quantum noise

Read Me

MIST (Modal Interferometer Simulation Tool) is a MATLAB(R) toolbox to 
simulate optical system in the paraxial approximation, using a modal approach.

Copyright (C) 2011-2014 Gabriele Vajente (vajente@caltech.edu)

<http://sourceforge.net/projects/optics-mist/>

G. Vajente, "Fast modal simulation of paraxial optical systems: the MIST open source toolbox"
Classical and Quantum Gravity 30, 075014 (2013)

G. Vajente, "Full modal simulation of opto-mechanical effects in optical systems"
Classical and Quantum Gravity 31, 075005 (2014)

LICENSE
-------

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

INSTALLATION
------------

MIST is distributed as a source code package for MATLAB. You have downloaded a 
compressed file. You can expand it in every directory you want. This will 
create a  MIST folder into the current working directory. This folder is the  
root of the MIST toolbox. You should add it to the MATLAB path:

addpath('./MIST');

To automatically add the path every time MATLAB starts, you should add an 
addpath(full-path-to-mist) command into the startup.m file which MATLAB 
reads every times it is launched.

Refer to the MATLAB documentation for a getting started guide and more
detailed information. You can access the MATLAB documentation with the 
command 'doc' and browse to the MIST Toolbox section.

REFERENCE
---------

If you use MIST in your own simulation work, please cite is as

G. Vajente, "Fast modal simulation of paraxial optical systems: the MIST open source toolbox"
Classical and Quantum Gravity 30, 075014 (2013)

G. Vajente, "Full modal simulation of opto-mechanical effects in optical systems"
Classical and Quantum Gravity 31, 075005 (2014)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.