qdk_chemistry.algorithms.state_preparation.dense_pure_state module
QDK/Chemistry dense pure-state preparation algorithm.
- class qdk_chemistry.algorithms.state_preparation.dense_pure_state.DensePureStatePreparation[source]
Bases:
StatePreparationState preparation using the Q#
PreparePureStateDoperation.This is the simplest dense amplitude-loading strategy: given an arbitrary real-valued amplitude vector, it uses
PreparePureStateDto prepare the corresponding state on a qubit register.