diff --git a/previews/PR9/.documenter-siteinfo.json b/previews/PR9/.documenter-siteinfo.json index e4aac54..5a514e6 100644 --- a/previews/PR9/.documenter-siteinfo.json +++ b/previews/PR9/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-18T18:37:07","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-18T19:42:19","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/previews/PR9/api/index.html b/previews/PR9/api/index.html index ef205db..69efb4a 100644 --- a/previews/PR9/api/index.html +++ b/previews/PR9/api/index.html @@ -1,2 +1,2 @@ -
Settings
This document was generated with Documenter.jl version 1.8.0 on Monday 18 November 2024. Using Julia version 1.11.1.
Settings
This document was generated with Documenter.jl version 1.8.0 on Monday 18 November 2024. Using Julia version 1.11.1.
A Julia package for plasma physics formulas. This package implements a subset of the formulas found in the NRL Plasma Formulary, as well as some additional formulas taken from the PlasmaPy project.
In the future, the package will support providing particle properties using the ChargedParticles.jl package.
julia> using PlasmaFormulary, Unitful
julia> debye_length(1e18u"cm^-3", 10u"eV")
ERROR: UndefVarError: `debye_length` not defined in `Main` -Suggestion: check for spelling errors or missing imports.
plasmapy.formulary
subpackage provides theoretical formulas for calculation of physical quantities helpful for plasma physics.Settings
This document was generated with Documenter.jl version 1.8.0 on Monday 18 November 2024. Using Julia version 1.11.1.
A Julia package for plasma physics formulas. This package implements a subset of the formulas found in the NRL Plasma Formulary, as well as some additional formulas taken from the PlasmaPy project.
In the future, the package will support providing particle properties using the ChargedParticles.jl package.
julia> using PlasmaFormulary, Unitful
julia> PlasmaFormulary.debye_length(1e18u"cm^-3", 10u"eV")
ERROR: ArgumentError: UnitfulEquivalences.Thermal() defines no equivalence between dimensions 𝐋^2 𝐌 𝐓^-2 and 𝐋^2 𝐌 𝐓^-2.
plasmapy.formulary
subpackage provides theoretical formulas for calculation of physical quantities helpful for plasma physics.Settings
This document was generated with Documenter.jl version 1.8.0 on Monday 18 November 2024. Using Julia version 1.11.1.