MeanFieldToolkit.MFTPlot
MeanFieldToolkit.MFTPlot.PlotMFT! — MethodPlotMFT!(mft::TightBindingMFT ; plot_labels::Vector{String} = getproperty.(mft.HoppingBlock.params, :label), plot_legend::Bool = true)
PlotMFT!(mft::BdGMFT ; plot_labels::Vector{String} = getproperty.(mft.HoppingBlock.params, :label), plot_legend::Bool = true)Plots the order parameters of the given MFT object.
- If
plot_labelsis passed, then only the order parameters with the given labels are plotted. - If
plot_legendis passed, then the legend is shown in the plot.
MeanFieldToolkit.MFTPlot.PlotMFTEnergy! — MethodPlotMFTEnergy!(mft::T) where {T<:Union{TightBindingMFT, BdGMFT}}Plots the mean-field energy of the given MFT object.