-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* py version for expand * expand fully & simplify lie trotter * use examples that actually do not commute * add plugin structure * fix plugin name, rm complex from expand --> expand should return float | ParameterExpression * paulievo in Rust * take care of global phase * support barriers * fix time parameter some things are still upside down and it seems like it would be cleaner to do the time multiplication inside pauli_evolution * fix lint * fix final barrier * fix wrapping * add reno and HLS docs * fix unreachable * fix QPY test & pauli feature map * use SX as basis tranfo * QAOA/EvolvedOp functions * add docs * slight performance tweak move the x2 multiplication of the rotation angle to Python, where we can pull it together with other floats and minimize the float * Param multiplications * add reno * lint * fix merge artifacts & typos * docssssssssss * review comments * review comments * remove broken docs let's handle it post rc1, pre actual release
- Loading branch information
Showing
7 changed files
with
580 additions
and
64 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
Oops, something went wrong.