-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Recreated dev branch and incremented version * Better C library for annealing QUSOs and PUSOs, remove Simulation. (#27) * anneal c library, remove simulation objects * update links in README * update links in README * pretty_str method * added test for pretty str
- Loading branch information
Showing
60 changed files
with
3,091 additions
and
3,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Copyright | ||
========= | ||
|
||
Joseph T. Iosue, joe.iosue@yahoo.com. | ||
Joseph T. Iosue, jtiosue@gmail.com. | ||
|
||
.. include:: ../LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Anneal Results | ||
============== | ||
|
||
These objects are defined to deal with the output of the annealing functions. | ||
|
||
|
||
.. autoclass:: qubovert.sim.AnnealResults | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. autoclass:: qubovert.sim.AnnealResult | ||
:members: |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.