diff --git a/dev/examples/index.html b/dev/examples/index.html index 3ce9092..549bc3c 100644 --- a/dev/examples/index.html +++ b/dev/examples/index.html @@ -50,4 +50,4 @@ Hellwarth (61) Omega (freq): 500.08501275972833
Getting temperature-dependent behaviour is a matter of sending a temperature range to the polaronmobility
function.
MAPIe=polaronmobility(10:10:1000, 4.5, 24.1, 2.25, 0.12)
For publication, savepolaron
outputs a column-delimited text file for post-production plotting (with gnuplot) or similar.
savepolaron("MAPI-electron",MAPIe)
Example gnuplot
scripts can be found in Examples and HalidePerovskites.
The convenience function plotpolaron
generates (and saves) a number of Plots.jl
figures of the temperature dependent behaviour.
It has been separated off into its own submodule (PlotPolaron
), so that the Plots.jl
dependency does not slow down loading of PolaronMobility.jl
.
To use it, we therefore need to inform Julia where to find PlotPolaron. A suitable initialisation script was kindly supplied by @wkearn:
using PolaronMobility, Plots
gr()
include(Pkg.dir("PolaronMobility","src","PlotPolaron.jl"))
-using PlotPolaron
As with savepolaron, the call signature is output-file-string and then the polaron object which you have calculated.
plotpolaron("MAPI-electron",MAPIe)
This will attempt to make fairly sensible defaults, and plot a lot of different data of sufficient quality for talk slides.
Much for the functionality has been unrolled into the Jupyter Notebook example, which should also be interactively-runnable from (https://juliabox.com). See the repository README.md for the latest information.
Here is a figure showing typical temperature-dependent behaviour of the three-different polaron mobility approximations, for MAPI.
More complete examples are provided in Examples and HalidePerovskites.
Settings
This document was generated with Documenter.jl version 0.27.25 on Thursday 9 November 2023. Using Julia version 1.7.3.