openfermion.linalg.get_sparse_operator
Map an operator to a sparse matrix.
openfermion.linalg.get_sparse_operator(
operator, n_qubits=None, trunc=None, hbar=1.0
)
Used in the notebooks
If the input is not a QubitOperator, the Jordan-Wigner Transform is used.
Args |
operator
|
Currently supported operators include:
FermionOperator, QubitOperator, DiagonalCoulombHamiltonian,
PolynomialTensor, BosonOperator, QuadOperator.
|
n_qubits
|
int
Number qubits in the system Hilbert space.
Applicable only to fermionic systems.
|
trunc
|
int
The size at which the Fock space should be truncated.
Applicable only to bosonic systems.
|
hbar
|
float
the value of hbar to use in the definition of the
canonical commutation relation [q_i, pj] = \delta{ij} i hbar.
Applicable only to the QuadOperator.
|
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."],[],[]]