Skip to content

andreasglatz/FSCOPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

FSCOPE

Numerical tool for Fluctuation Spectroscopy of superconductors


Supplemental code published in

Fluctuation spectroscopy: From Rayleigh-Jeans waves to Abrikosov vortex clusters

A. A. Varlamov, A. Galda, and A. Glatz

Rev. Mod. Phys. 90, 015009 (2018)


The source code and make file can be found in src/

  • Compilation

run make_FSCOPE.sh to compile change compiler and flags as needed

  • Usage:

run the executable without arguments for usage information

Parameters for the computation can be either defined on the command line directly or in a separate “ini” file. Example:

FSCOPE ctype=100 tmin=1.01 dt=0.01 Nt=100 hmin=0.1 dh=0.0 Nh=1 Tc0tau=0.01 Tc0tauphi=1 >> sigma.txt

or

FSCOPE sigma.ini >> sigma.txt

with file

sigma.ini

ctype=100
tmin=1.01
dt=0.01
Nt=100
hmin=0.1
dh=0.0
Nh=1
Tc0tau=0.01
Tc0tauphi=1

This example calculates 100 values for the fluctuation correction to conductivity at fixed field h=0.1 as function of temperature t from 1.01 to 2.00 in 0.01 steps.

About

Fluctuation Spectroscopy tools for superconductors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors