openfermion.linalg.LinearQubitOperatorOptions
Options for LinearQubitOperator.
openfermion.linalg.LinearQubitOperatorOptions(
processes=10, pool=None
)
Methods
get_pool
View source
get_pool(
num=None
)
Gets a pool of workers to do some parallel work.
pool will be cached, which implies that one should be very clear how
many processes one needs, as it's allocated at most once. Subsequent
calls of get_pool() will reuse the cached pool.
Args |
num
|
int
Number of workers one needs.
|
Returns |
pool
|
multiprocessing.Pool
A pool of workers.
|
get_processes
View source
get_processes(
num
)
Number of real processes to use.
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."],[],[]]