Superconductor Gap Energy

class GapEnergyInterface

Superconductor gap energy abstract class

critical_frequency(temperature)

Get the critical frequency or gap frequency

Parameters

temperature (float) –

Return type

float

abstract critical_temperature()

Get the critical temperature or transition temperature

Return type

float

abstract evaluate(temperature)

Evaluate the gap energy at the specific temperature

Parameters

temperature (float) –

Return type

float

abstract gap_energy_0()

Get the gap energy at T = 0 K

Return type

float

Implementations: