Skip to content

A simplified Julia-native implementation of the Dormand-Prince 5th and 8th order solvers

License

Notifications You must be signed in to change notification settings

QuEraComputing/DormandPrince.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4aba651 · Jan 2, 2024
Dec 15, 2023
Dec 22, 2023
Dec 15, 2023
Dec 20, 2023
Jan 2, 2024
Jan 2, 2024
Dec 22, 2023
Dec 15, 2023
Dec 23, 2023
Dec 15, 2023
Dec 27, 2023

Repository files navigation

DormandPrince.jl

codecov

Julia-native implementation of the Dormand-Prince 5th order solver

Installation

DormandPrince is a   Julia Language   package. To install DormandPrince, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command

pkg> add DormandPrince

License

Apache License 2.0