Skip to content

DBI steps vs Trotter steps #81

@marekgluza

Description

@marekgluza

Previous workflow had a bug:

  • there was only one steps variable
  • we have two types of steps 1) how many DBI/GCI steps we do 2) if we do GCI then how many Trotter-Suzuki steps will be performed

in

def initialize_gci_from_vqe(

the initialization

gci = VQEBoostingGroupCommutatorIteration(
input_hamiltonian_evolution_oracle=fsoe, mode_double_bracket_rotation=mode_dbr
)

initializes with a default number of trotter-suzuki steps

  • we need a parser workflow which asserting that GCI mode is used allows user to say how many Trotter-Suzuki steps to run in

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions