Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DftFunctionals = "6bd331d2-b28d-4fd3-880e-1a1c7f37947f"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Comment thread
mfherbst marked this conversation as resolved.
Outdated
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand Down Expand Up @@ -88,6 +89,7 @@ DifferentiationInterface = "0.6.39, 0.7"
DocStringExtensions = "0.9"
DoubleFloats = "1"
FFTW = "1.5"
FastGaussQuadrature = "1.1.0"
FiniteDiff = "2"
FiniteDifferences = "0.12"
ForwardDiff = "1"
Expand Down
6 changes: 4 additions & 2 deletions src/DFTK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ include("supercell.jl")
export Energies
include("Energies.jl")

export Coulomb, SphericallyTruncatedCoulomb
export Coulomb
export SphericallyTruncatedCoulomb
export WignerSeitzTruncatedCoulomb
export ShortRangeCoulomb, LongRangeCoulomb
export ProbeCharge, ReplaceSingularity
export ProbeCharge, ReplaceSingularity, VoxelAveraged
include("coulomb.jl")

export Hamiltonian
Expand Down
Loading
Loading