Overview

  • Jabir Ali Ouassou
  • 2018-08-30

GENEUS: General Non-Equilibrium Usadel Solver

GENEUS (pronounced "genius") 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 also 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 source is available on Github.

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 instructions on how to install GENEUS, continue to the next part of the manual. After that, the different sections shown in the table of contents on the left will guide you through the use of the programs themselves.