openfermion.circuits.bit_mask_of_modes_acted_on_by_fermionic_terms
Create a mask of which modes of the system are acted on by which terms.
openfermion.circuits.bit_mask_of_modes_acted_on_by_fermionic_terms(
fermion_term_list, n_qubits=None
)
Args |
fermion_term_list
|
list of FermionOperators
A list of fermionic terms
to calculate the bitmask for.
|
n_qubits
|
int
The number of qubits (modes) in the system. If not
specified, defaults to the maximum of any term in
fermion_term_list.
|
Returns |
An n_qubits x len(fermion_term_list) boolean numpy array of whether
each term acts on the given mode index.
|
Raises |
ValueError
|
if n_qubits is too small for the given terms.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]