Skip to content

Input of hopping gate only accepts lists #19

@fretchen

Description

@fretchen

Write now the hopping gate only accepts list, this is slightly awkward for a single global hopping parameter. Right now one has to write:

qc.hop_fermions([theta_j], list(range(0, 4)))

It would be more natural to be able to write:

qc.hop_fermions(theta_j, list(range(0, 4)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions