openfermion.transforms.get_molecular_data
Output a MolecularData object generated from an InteractionOperator
openfermion.transforms.get_molecular_data(
interaction_operator,
geometry=None,
basis=None,
multiplicity=None,
n_electrons=None,
reduce_spin=True,
data_directory=None
)
Args |
interaction_operator
|
InteractionOperator
two-body interaction
operator defining the "molecular interaction" to be simulated.
|
geometry
|
string or list of atoms
|
basis
|
string
String denoting the basis set used to discretize the
system.
|
multiplicity
|
int
Spin multiplicity desired in the system.
|
n_electrons
|
int
Number of electrons in the system
|
reduce_spin
|
bool
True if one wishes to perform spin reduction on
integrals that are given in interaction operator. Assumes
spatial (x) spin structure generically.
|
Returns |
molecule
|
MolecularData
Instance that captures the
interaction_operator converted into the format that would come
from an electronic structure package adorned with some meta-data
that may be useful.
|
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."],[],[]]