condmat.f90 Source File


Source Code

!> Author:   Jabir Ali Ouassou
!> Category: Foundation
!>
!> This file provides a common interface to a library of mathematical objects
!> that can be useful for modelling materials in condensed matter physics.

module condmat_m
    use :: math_m
    use :: spin_m
    use :: nambu_m
    use :: propagator_m
end module