-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moving otimes to isomorphisms * manifest update * integrator signature refactor -- removes sys dependence * problem template fixes (tests passing) * moved isomorphisms to core * big rip * big rip 2: quantum objects * traj init for unitary * state sampling problem template * refactored system to integrator interface * density operators * traj init for unitary * state sampling problem template * bug fix: a_guess option * bug fix: free phase obj * phase rollout fidelity * free phase initialization * Tests for free phases * free phase incr * bug fix: mintime and robprob fidelity subspace * bug fix: drop drive_sigma arg, fix subspace nothing * problem template fixes (tests passing) * big rip * refactored system to integrator interface * density operators * rebase fixes (broken) * rebase complete (fixes free phase loss) * docs uopdates * renaming OperatorType -> AbstractPiccoloOperator * adding quantum system templates + cleaning * update system type from AbstractQuantumSystem to OpenQuantumSystem and clean up function parameters * refactor trajectory initialization to use density_to_iso_vec for initial and goal states * refactor rollout_fidelity to have sys as arg * passing tests (except for direct sum prob) * refactor add_suffix and remove_suffix functions to eliminate sys parameter and streamline integrator modifications * bump version to 0.5.0 and update dependencies for compatibility * remove operatortype * add back in zero initial and final * revert removing list of state names * refactor callbacks and problem templates to use rollout fidelity and system return values * update Project.toml dependencies and refactor drive length references in quantum state sampling problems * fix callbacks except for new tol * remove fidelity test from callback test suite - see PR comment #173 * add qualified path for get_datavec --------- Co-authored-by: Andy Goldschmidt <agoldschmidt11@gmail.com> Co-authored-by: Jack Champagne <jackchampagne.r@gmail.com> Co-authored-by: Jack Champagne <jchampag@andrew.cmu.edu>
- Loading branch information
1 parent
b20cb25
commit cafef27
Showing
65 changed files
with
701 additions
and
9,297 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
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
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
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
Oops, something went wrong.
cafef27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
cafef27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/123065
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
Also, note the warning: Version 0.5.0 skips over 0.4.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
cafef27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Breaking changes
cafef27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/123065
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
Also, note the warning: Version 0.5.0 skips over 0.4.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.