Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.04 KB

GreenCheetah

Logo

About

GreenCheetah: A Non-Equilibrium Green's Function (NEGF) approach for quantum transport in Fortran and C++/Armadillo.

Generic badge

Usage

use GreenCheetah

[...]

type(GF) :: G
   
G = GF(Potential,delta_y,delta_x)
Transmission
t = G%Transmission(number_of_points,maximum_energy)
Density of states
D = G%DOS(energy)

Credits

@misc{daCunha2021,
    author       = {C. R. da Cunha},
    title        = {{GreenCheetah, a library for non-equilibrium Green's functions}},
    month        = apr,
    year         = 2021,
    version      = {1.0},
    publisher    = {GitHub},
    url          = {https://github.com/StxGuy/GreenCheetah}
    }

License

Copyright (c) 2021-2022 - Carlo R. da Cunha, "GreenCheetah"
carlo.requiao@gmail.com