https://github.com/abhro/unitfulgaussian.jl
Extension to Unitful.jl with support for Gaussian electromagnetic units
https://github.com/abhro/unitfulgaussian.jl
physics
Last synced: 5 months ago
JSON representation
Extension to Unitful.jl with support for Gaussian electromagnetic units
- Host: GitHub
- URL: https://github.com/abhro/unitfulgaussian.jl
- Owner: abhro
- License: mit
- Created: 2024-11-10T02:02:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T01:38:59.000Z (5 months ago)
- Last Synced: 2026-01-12T05:56:32.882Z (5 months ago)
- Topics: physics
- Language: Julia
- Homepage: https://abhro.github.io/UnitfulGaussian.jl/
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# UnitfulGaussian
[](https://abhro.github.io/UnitfulGaussian.jl/stable)
[](https://abhro.github.io/UnitfulGaussian.jl/dev)
[](https://github.com/abhro/UnitfulGaussian.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/abhro/UnitfulGaussian.jl)
Extension to [Unitful.jl](https://github.com/PainterQubits/Unitful.jl) with support for Gaussian electromagnetic units (CGS-ESU and CGS-EMU).
## Installation
In the Julia REPL, type the following to install UnitfulGaussian.jl and Unitful.jl (recommended):
```julia
julia> ] # type `]` to drop into pkg-mode
pkg> add UnitfulGaussian
```
Alternatively, you can also use Pkg.jl's `add()` function:
```julia
import Pkg
Pkg.add(["UnitfulGaussian", "Unitful"])
```
For more information about the package, please visit our documentation site, whose link in the "About" section, or following one of the badges at the top of this README page.