Skip to content

Commit

Permalink
updated package module
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjishnubose committed Oct 25, 2023
1 parent 8d71eb8 commit adfe2f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/TightBindingToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,18 @@ include("DesignLattice.jl")
using .DesignLattice
export CreateLattice, ModifyLattice!, ScaleLatticeBonds!, ScaleLattice!, RemoveLatticeBonds!

include("Plaquettes.jl")
using .Plaqs
export Plaquette, PlaquetteParam, AddIsotropicPlaquettes!, GetPlaquetteFlux, GetPlaquetteSites

include("Flux.jl")
using .Flux
export GetBondPhase, CheckGaugeValidity, ModifyGauge!, GetStringPhase, InsertMonopolePair!

include("Gauge.jl")
using .Gauge
export LandauGauge, RadialGauge

##### Module to define Brillouin Zone structure and some functions to manipulate it.
include("BZ.jl")
using .BZone
Expand Down Expand Up @@ -83,7 +91,7 @@ export FindLinks , FieldStrength , ChernNumber, CheckValidity, PartialChernNumbe
##### Module to calculate generalized magnetic susceptibility
include("Susceptibility.jl")
using .suscep
export Susceptibility , FindChi , FillChis!
export Susceptibility , FindChi , FillChis!, FillRPAChis!, PerformRPA!, FindReducedChi, nF_factor, ResolvedQInteraction

##### Module to calculate generalized electrical conductivity
include("Conductivity.jl")
Expand Down

0 comments on commit adfe2f1

Please sign in to comment.