openfermion.linalg.boson_ladder_sparse
Make a matrix representation of a singular bosonic ladder operator in the Fock space.
openfermion.linalg.boson_ladder_sparse(
n_modes, mode, ladder_type, trunc
)
Since the bosonic operator lies in an infinite Fock space,
a truncation value needs to be provide so that a sparse matrix
of finite size can be returned.
Args |
n_modes
|
int
Number of modes in the system Hilbert space.
|
mode
|
int
The mode the ladder operator targets.
|
ladder_type
|
int
This is a nonzero integer. 0 indicates a lowering
operator, 1 a raising operator.
|
trunc
|
int
The size at which the Fock space should be truncated
when returning the matrix representing the ladder operator.
|
Returns |
The corresponding trunc x trunc Scipy sparse matrix.
|
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."],[],[]]