Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.03 KB

README.md

File metadata and controls

19 lines (15 loc) · 2.03 KB

GENEUS: General Non-Equilibrium Usadel Solver

GENEUS is a set of numerical programs for solving the Usadel diffusion equation in one-dimensional superconducting nanostructures, both in and out of equilibrium. The programs are quite flexible, being able to treat systems with e.g. magnetic elements, spin-orbit coupling, spin-dependent scattering, strongly polarized magnetic interfaces, voltage gradients, and temperature gradients. The suite also contains specialized programs for calculating the critical temperature and phase diagrams of all these hybrid structures. The programs are built to be user-friendly: they are configured using simple configuration files, which can include mathematical expressions to initialize the physical system, and the output is easily imported in e.g. Gnuplot or Matlab. Finally, the code is written in modern object-oriented Fortran, making it both simple and efficient.

This software was developed by Jabir Ali Ouassou during his doctoral research. The research was supervised by Prof. Jacob Linder at the Center for Quantum Spintronics, NTNU, Norway. The software itself is released under the MIT open-source licence; this basically means that you are free to use it for any purpose, as long as you give credit where appropriate.

The project also relies on the external libraries bvp_solver, fparser, and pchip. These are available under a mixture of open-source licences, as indicated in the source files themselves. For convenience, these libraries have been bundled with this software page, and their sources are located under src/external.

For more information, see the documentation.