phase_p Program

This program calculates the current-phase relation of a one-dimensional superconducting structure.


Contents


Variables

Type AttributesNameInitial
type(structure) :: stack
type(superconductor), target:: sa
type(superconductor), target:: sb
real(kind=wp), parameter:: threshold =1e-2
real(kind=wp), parameter:: tolerance =1e-8
integer, parameter:: iterations =51
real(kind=wp), dimension(:), allocatable:: phase
real(kind=wp), dimension(:), allocatable:: current
real(kind=wp) :: critical
integer :: n
integer :: m

Subroutines

impure subroutine prehook()

Arguments

None

impure subroutine posthook()

Arguments

None

impure subroutine finalize()

Arguments

None