Skip to content

Commit

Permalink
prep for v0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Feb 23, 2022
1 parent 573708b commit 4037d0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ QuantumAnnealing.jl Change Log
==============================

### Staged
- nothing

### v0.1.0
- Add variant of `solve_de` with adaptive solve tolerance
- Add tools for working with classical Ising models (#8)
- Add data processing tools (#6)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "QuantumAnnealing"
uuid = "4832667a-bab9-40a8-88f6-be9efce3ea89"
authors = ["Zach Morrell, Carleton Coffrin, Marc Vuffray"]
repo = "https://github.com/lanl-ansi/QuantumAnnealing.jl"
version = "0.0.1"
version = "0.1.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion src/simulate_de.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end


"""
A simplified interface to the `simulate_de` routine that determines a
A simplified interface to the `simulate_de` routine that determines
suitable tolerance values to ensure a high accuracy simulation.
The parameters `mean_tol` and `max_tol` specify the desired simulation accuracy.
The `silence` parameter can be used to suppress the progress log.
Expand Down

0 comments on commit 4037d0e

Please sign in to comment.