diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index c5425323..eddcf288 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-27T07:51:45","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-27T09:02:27","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/advanced/meanfield/index.html b/dev/advanced/meanfield/index.html index a550bcde..edc9ab8c 100644 --- a/dev/advanced/meanfield/index.html +++ b/dev/advanced/meanfield/index.html @@ -151,4 +151,4 @@ 2.0432+0.0im -1.0+0.0im ⋅ ⋅ -1.0+0.0im 2.1068+0.0im -1.0+0.0im ⋅ ⋅ -1.0+0.0im 2.1068+0.0im -1.0+0.0im - ⋅ ⋅ -1.0+0.0im 2.0432+0.0im
Note that the content of pdata
is passed by aasol
as a third argument to f!
. We use this to pass the serializer s
and U
parameter to use.
Note that fixed-point calculations can be tricky, and the search algorithm can have a huge impact in convergence (if the problem converges at all!). For this reason, Quantica.jl does not provide built-in fixed-point routines, only the functionality to write functions such as f
above. Numerous packages exist for fixed-point computations in julia. Check NonlinearSolve.jl for one prominent metapackage.
Settings
This document was generated with Documenter.jl version 1.7.0 on Friday 27 September 2024. Using Julia version 1.10.5.