Real space

SunlightHNC.Series_hrType
Series_hr

Plots recipe to generate data series of total correlation function hr vs r.

Example

w = Wizard()
using Plots
plot(Series_hr(), w; rcut=30)

Keyword arguments

  • rcut=Inf : Restrict r < rcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_grType
Series_gr

Plots recipe to generate data series of pair distribution function gr = 1 + hr vs r.

Example

w = Wizard()
using Plots
plot(Series_gr(), w; rcut=30)

Keyword arguments

  • rcut=Inf : Restrict r < rcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_rhr_tailType
Series_rhr_tail

Plots recipe to generate data series of log_{10}(r*hr) vs r.

Example

w = Wizard()
using Plots
plot(Series_hr(), w; rcut=30)

Keyword arguments

  • eps=1e-20
  • rcut=Inf : Restrict r < rcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_crType
Series_cr

Plots recipe to generate data series of c vs r.

Example

using Plots
w = Wizard()
plot(Series_cr(), w; rcut=30)

Keyword arguments

  • rcut=Inf : Restrict r < rcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_vs_rType
Series_vs_r

Plots recipe to generate data series vs r.

Example

w = Wizard()
v = similar(w.r)
using Plots
plot(Series_vs_r(), w, v; rcut=30)

Keyword arguments

  • rcut=Inf : Restrict r < rcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source

Reciprocal space

SunlightHNC.Series_hkType
Series_hk

Plots recipe to generate data series of Fourier transformed total correlation function hk = ek + ck vs k.

Example

w = Wizard()
using Plots
plot(Series_hk(), w; kcut=30)

Keyword arguments

  • kcut=Inf : Restrict k < kcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_skType
Series_sk

Plots recipe to generate data series of structure factor sk(k) vs k.

Example

w = Wizard()
using Plots
plot(Series_sk(), w; kcut=30)

Keyword arguments

  • kcut=Inf : Restrict k < kcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_vs_kType
Series_vs_k

Plots recipe to generate data series vs k.

Example

w = Wizard()
v = similar(w.k)
using Plots
plot(Series_vs_k(), w, v; kcut=30)

Keyword arguments

  • kcut=Inf : Restrict k < kcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source
SunlightHNC.Series_vs_ksqType
Series_vs_ksq

Plots recipe to generate data series vs k^2.

Example

w = Wizard()
v = similar(w.k)
using Plots
plot(Series_vs_ksq(), w, v; ksqcut=30)

Keyword arguments

  • ksqcut=Inf : Restrict k^2 < ksqcut. No restriction for default.
  • nlimit: Plot only the data of the component <= nlimit <= w.ncomp
source

Quantities