An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# UnitfulGaussian

[![Documentation (stable version)](https://img.shields.io/badge/docs-stable-blue.svg)](https://abhro.github.io/UnitfulGaussian.jl/stable)
[![Documentation (developer version)](https://img.shields.io/badge/docs-dev-blue.svg)](https://abhro.github.io/UnitfulGaussian.jl/dev)
[![Build Status](https://github.com/abhro/UnitfulGaussian.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/abhro/UnitfulGaussian.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Codecov Coverage](https://codecov.io/gh/abhro/UnitfulGaussian.jl/branch/main/graph/badge.svg)](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.