Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.15 KB

Coils.jl

Build Status Code Coverage

Coils.jl is a Julia library that provides various types and functions for engineering magnetic coils made of rectangular hollow core wire.

Install

Coils.jl is a registered package and you can install it over the REPL:

julia> ]add Coils

Usage

See the notebooks in example. Clone or download those files. You can run them with Pluto.jl. Execute the following in the REPL:

julia> using Pluto

julia> Pluto.run()

Testing

To run the tests, run julia and enable the package mode by typing ]. Then, run the following command:

activate .
test