We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c52b7 commit efad631Copy full SHA for efad631
Project.toml
@@ -2,7 +2,7 @@ name = "DFControl"
2
uuid = "1e31e15d-4957-550d-a244-318eced754ae"
3
authors = ["Louis Ponet <[email protected]>"]
4
repo = "https://github.com/louisponet/DFControl.jl.git"
5
-version = "0.5.22"
+version = "0.5.23"
6
7
[deps]
8
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
src/Structures/atom.jl
@@ -8,7 +8,7 @@
9
DFT+U parameters for a given [`Atom`](@ref).
10
"""
11
-@with_kw mutable struct DFTU
+Base.@kwdef mutable struct DFTU
12
l::Int = -1
13
U::Float64 = 0.0
14
J0::Float64 = 0.0
0 commit comments