Skip to content

Typo in documentation for Hartree Fock calculation #98

Open
@Mino01

Description

@Mino01

I found a typo in the documentation that should be hf/6-31g*.

Setting up the job (https://psiresp.readthedocs.io/en/latest/examples/01_examples_resp_single_server.html#Setting-up-the-job)

Let’s first set up some job options. The typical method and basis set for QM computation are “hg/6-31g*“, but we go with”b3lyp/sto-3g” here to save time.

geometry_options = psiresp.QMGeometryOptimizationOptions(
    method="hf", basis="6-31g*")
esp_options = psiresp.QMEnergyOptions(
    method="hf", basis="6-31g*",
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions