This repository contains phenomenological models for transport properties in superconducting systems, including vortex dynamics. The focus is on the temperature and field dependence of transport-related quantities, such as resistance, voltage–current characteristics, critical current behavior, and non-equilibrium effects like the Larkin–Ovchinnikov instability, as well as phase diagrams.
Clone the repository:
git clone https://github.com/jczapata1/supercondtrans.git
cd supercondtransCreate and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activateInstall dependencies:
pip install -r requirements.txt- v1.0.0: TDGL Module → Base Code (25/05/2026).
- v1.1.0: TDGL Module → Upgrade + Pinning (05/31/2026).
- v1.2.0: TDGL Module → Normal Current + Supercurrent (06/07/2026).
- v1.3.0: TDGL Module → Plots and Readme Upgrades (06/13/2026).
- v1.4.4: TDGL1D Module → Base Code (06/13/2026).
Copyright © 2026 J. C. Zapata. All rights reserved.
This project is licensed under the MIT License. See the LICENSE file for details.