Skip to content

Commit

Permalink
Add exact solver and documentation (rough draft of code complete) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher authored May 27, 2024
1 parent 322709c commit 53802ad
Show file tree
Hide file tree
Showing 8 changed files with 1,260 additions and 120 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.8'
- 'nightly'
- '1.9'
- '1.10'
# - 'nightly'
os:
- ubuntu-latest
arch:
Expand Down
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ uuid = "170674ed-ea2e-4c97-a263-9f057371600a"
authors = ["QC-Devs"]
version = "0.1.0"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.6"

Expand Down
Loading

0 comments on commit 53802ad

Please sign in to comment.