Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
m (John d moved page Tools + Calculators to Calculators + Utilities without leaving a redirect: better description)
m (added python section)
Line 1: Line 1:
''This page lists a few online calculators that are useful to lab users.''
+
''This page lists a few online calculators and utilities that are useful to lab users.''
   
 
=== Fabrication Processes & Converters ===
 
=== Fabrication Processes & Converters ===
Line 5: Line 5:
 
* [http://www.calculatoredge.com/optical%20engg/pressure%20converter%20calc.htm Conversion of Pressure Units (calculatoredge.com)]
 
* [http://www.calculatoredge.com/optical%20engg/pressure%20converter%20calc.htm Conversion of Pressure Units (calculatoredge.com)]
 
* [https://www.pfeiffer-vacuum.com/en/know-how/introduction-to-vacuum-technology/fundamentals/mean-free-path/ Mean Free Path tables (Pfeiffer Vacuum)]
 
* [https://www.pfeiffer-vacuum.com/en/know-how/introduction-to-vacuum-technology/fundamentals/mean-free-path/ Mean Free Path tables (Pfeiffer Vacuum)]
 
=== Refractive Indices ===
 
* [http://luxpop.com/HU_v172.cgi?OpCode=73 LuxPop.com]
 
* [https://refractiveindex.info RefractiveIndex.info]
 
* [https://filmetrics.com/refractive-index-database Filmetrics Inc.]
 
* [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)]
 
** ''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 ===
Line 23: Line 15:
 
* [http://www.sciencedirect.com/science/article/pii/S0927796X00000279 A.R. Clawson, "Guide to references on III±V semiconductor chemical etching", 2001]
 
* [http://www.sciencedirect.com/science/article/pii/S0927796X00000279 A.R. Clawson, "Guide to references on III±V semiconductor chemical etching", 2001]
 
** ''Enormous review of published wet etches of many semiconductors and alloys. The only thing it's missing is a hyperlinked table of contents.''
 
** ''Enormous review of published wet etches of many semiconductors and alloys. The only thing it's missing is a hyperlinked table of contents.''
  +
 
=== Refractive Indices ===
 
* [http://luxpop.com/HU_v172.cgi?OpCode=73 LuxPop.com]
 
* [https://refractiveindex.info RefractiveIndex.info]
 
* [https://filmetrics.com/refractive-index-database Filmetrics Inc.]
 
* [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)]
 
** ''Python functions for returning'' '''n''' ''(ref. idx.) &'' '''k''' ''(ext. coeff.) of various NanoFab thin-films at a specified wavelength (dispersion models).''
   
 
=== General Calculators ===
 
=== General Calculators ===
Line 36: Line 36:
   
 
=== Scripts - Python, Matlab etc. ===
 
=== Scripts - Python, Matlab etc. ===
  +
==== Python Scripts ====
 
''These scripts are best run in the Spyder IDE, which is easily installed via [https://www.anaconda.com/download/ Anaconda], [http://python-xy.github.io Python(X,Y)], or direct compiling using a command-line package manager.''
 
''These scripts are best run in the Spyder IDE, which is easily installed via [https://www.anaconda.com/download/ Anaconda], [http://python-xy.github.io Python(X,Y)], or direct compiling using a command-line package manager.''
 
* [https://github.com/demisjohn/Keithley-I-V-Sweep Keithley I-V Sweep]
 
* [https://github.com/demisjohn/Keithley-I-V-Sweep Keithley I-V Sweep]

Revision as of 11:11, 11 November 2017

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

Fabrication Processes & Converters

Material Parameters

Wet Etching

Refractive Indices

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.
  • Wolfram Alpha
    • A versatile online interpreter/calculator, allowing calculations such as "Volume of 1.5g of Silicon", "melting point of SiO2" or "520°C in Fahrenheit".

Scripts - Python, Matlab etc.

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.