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 6325312 commit d6ae833Copy full SHA for d6ae833
src/workarounds/forwarddiff_rules.jl
@@ -219,9 +219,10 @@ function construct_value(basis::PlaneWaveBasis{T}) where {T <: Dual}
219
end
220
221
222
-function self_consistent_field(basis_dual::PlaneWaveBasis{T};
223
- response=ResponseOptions(),
224
- kwargs...) where {T <: Dual}
+@timing "self_consistent_field ForwardDiff" function self_consistent_field(
+ basis_dual::PlaneWaveBasis{T};
+ response=ResponseOptions(),
225
+ kwargs...) where {T <: Dual}
226
# Note: No guarantees on this interface yet.
227
228
# Primal pass
0 commit comments