Skip to content

Documentation inconsistency in KrylovDefaults.orth #164

@liuzhaochen

Description

@liuzhaochen

Dear KrylovKit developer,

Thanks for providing this excellent package.

While reading the docs and source code, I noticed an inconsistency in the description of default values.

The documentation comment shows:

const orth = KrylovKit.ModifiedGramSchmidtIR()

But the actual code in KrylovDefaults uses:

const orth = KrylovKit.ModifiedGramSchmidt2()

The documentation should be updated to reflect the actual default value.

Thanks.

Zhaochen

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