Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Archimedes/Rappture https://www.gnu.org/software/archimedes
https://nanohub.org/infrastructure/rappture
Archimedes belongs to the well-known family of TCAD software, i.e. tools utilized to assist the development of technologically relevant products. In particular, this package assists engineers in designing and simulating submicron and mesoscopic semiconductor devices.
Rappture is the GUI for Archimedes.
Code Block
languagebash
module load rappture
DevSim https://devsim.org/

DEVSIM is semiconductor device simulation software which uses the finite volume method. It solves partial differential equations on a mesh. The Python interface allows users to specify their own equations.

Code Block
languagebash
module load devsim
source /usr/local/intel/mkl/bin/mklvars.sh intel64

 

Linear Algebra Operations

...