Skip to content

errror in creating hessian matrix #1

Description

@jxchen01

When creating the hessian matrix, it should be

hessian_full=[[()] * ndim for x in range(ndim)]

instead of

hessian_full = [[None] * ndim] * ndim

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