Skip to content

Standardize dtypes #27

Description

@ashsaki
  • Use explicit fixed width types such as uint32_t instead of unsigned int.
  • We are capping number of qubits to MAX_UINT16. However, group inds representing qubits use a mix of unsigned int and uint16_t. Standardize everything related max number of supported qubits to uint16_t.
  • Use smallest data type possible everywhere.

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions