Skip to content

Incorrect Variable Name nword2 Instead of nword in GenCIWfn Constructor #82

Description

@q-pratz-chem

In the genciwfn.cpp constructor, the use of nword2 leads to the incorrect indexing labeled with k.

Issue Details

  • File: genciwfn.cpp - Line: 46
  • Incorrect Variable: nword2
  • Correct Variable: nword

Code Before Correction
k += wfn.nword2;

Code After Correction
k += wfn.nword;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions