Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Failure to handle high spin nuclei #2

Description

@wbittner100

CluE currently is unable to handle high spin nuclei due to hard coded limitation and O(I^n) memory pre allocation for spin operators where I is the spin multiplicity and n is the maximum cluster size.

parseNuclei.m lines 436 to 492, does not handle spin multiplicity greater than 3

generateSpinOperators.m line 35, matrix becomes too large under high spin. For example with a spin multiplicity of 8 and max cluster size of 2 the matrix becomes 8^2 x 8^2 x (number of spin operators) large.

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