https://github.com/cometscome/rscg_julia
This solves the Bogoliubov-de Gennes equations and gap equations in the s-wave superconductor with the use of the Reduced-Shifted Conjugate-Gradient Method method. See, Y. Nagai, Y. Shinohara, Y. Futamura, and T. Sakurai,[arXiv:1607.03992v2 or DOI:10.7566/JPSJ.86.014708]. http://dx.doi.org/10.7566/JPSJ.86.014708
https://github.com/cometscome/rscg_julia
Last synced: 12 months ago
JSON representation
This solves the Bogoliubov-de Gennes equations and gap equations in the s-wave superconductor with the use of the Reduced-Shifted Conjugate-Gradient Method method. See, Y. Nagai, Y. Shinohara, Y. Futamura, and T. Sakurai,[arXiv:1607.03992v2 or DOI:10.7566/JPSJ.86.014708]. http://dx.doi.org/10.7566/JPSJ.86.014708
- Host: GitHub
- URL: https://github.com/cometscome/rscg_julia
- Owner: cometscome
- Created: 2018-07-04T10:13:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T14:01:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-14T16:44:15.842Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 43 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSCG_Julia
This solves the Bogoliubov-de Gennes equations and gap equations in the s-wave superconductor with the use of the Reduced-Shifted Conjugate-Gradient Method method. See, Y. Nagai, Y. Shinohara, Y. Futamura, and T. Sakurai,[arXiv:1607.03992v2 or DOI:10.7566/JPSJ.86.014708]. http://dx.doi.org/10.7566/JPSJ.86.014708
This code is for understanding the methods. This code ISNOT the fastest code.
The code works with Julia 1.0.0.
The code can do parallel computations, which is experimental.
The result in this code is equivalent to RSCG with Python code
https://github.com/cometscome/RSCG