Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
m (→‎Python Scripts: updated to same indentation format as other lists)
m (→‎Refractive Indices: specified Python)
Line 12: Line 12:
 
* [http://www.ioffe.ru/SVA/NSM/nk/index.html Ioffe Institute]
 
* [http://www.ioffe.ru/SVA/NSM/nk/index.html Ioffe Institute]
 
* [https://github.com/lbolla/EMpy/blob/master/examples/nk.py nk.py (Demis D. John)]
 
* [https://github.com/lbolla/EMpy/blob/master/examples/nk.py nk.py (Demis D. John)]
** ''Functions for returning'' '''n''' ''(ref. idx.) &'' '''k''' ''(ext. coeff.) of various NanoFab thin-films at a specified wavelength (dispersion models).''
+
** ''Python functions for returning'' '''n''' ''(ref. idx.) &'' '''k''' ''(ext. coeff.) of various NanoFab thin-films at a specified wavelength (dispersion models).''
   
 
=== Material Parameters ===
 
=== Material Parameters ===

Revision as of 08:30, 9 November 2017

This page lists a few online calculators that are useful to lab users.

Fabrication Processes & Converters

Refractive Indices

Material Parameters

Wet Etching

General Calculators

  • Anaconda Python
    • A free Matlab-like IDE and GUI, using the Python language. The Spyder interface is modeled after Matlab.
    • Includes the scientific Python libraries needed for array math (numpy), plotting (matplotlib), data science (pandas) and many others. Many open-source packages are available to extend capabilities.

Python Scripts

These scripts are best run in the Spyder IDE, which is easily installed via Anaconda, Python(X,Y), or direct compiling using a command-line package manager.