Skip to content

Commit

Permalink
Redesign degeneracies
Browse files Browse the repository at this point in the history
remove DualNumber dependency

tweak Makie plotting

fix

cumdeg' fix

cleanup + makieplot fixes
  • Loading branch information
pablosanjose committed Nov 3, 2020
1 parent 87e30a0 commit c8c7840
Show file tree
Hide file tree
Showing 13 changed files with 644 additions and 800 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Pablo San-Jose"]
version = "0.4.0"

[deps]
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -20,7 +19,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DualNumbers = "0.6"
ExprTools = "^0.1"
GeometryBasics = "^0.3"
LinearMaps = "2.6"
Expand Down
4 changes: 2 additions & 2 deletions src/Quantica.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function __init__()
end

using StaticArrays, NearestNeighbors, SparseArrays, LinearAlgebra, OffsetArrays,
ProgressMeter, LinearMaps, Random, SpecialFunctions, DualNumbers
ProgressMeter, LinearMaps, Random, SpecialFunctions

using ExprTools

Expand All @@ -25,7 +25,7 @@ export sublat, bravais, lattice, dims, supercell, unitcell,
ket, randomkets,
hamiltonian, parametric, bloch, bloch!, similarmatrix,
flatten, wrap, transform!, combine,
spectrum, bandstructure, mesh, isometric,
spectrum, bandstructure, cuboid, isometric,
bands, vertices,
energies, states,
momentaKPM, dosKPM, averageKPM, densityKPM, bandrangeKPM,
Expand Down
Loading

0 comments on commit c8c7840

Please sign in to comment.