QMCPACK / QMCPACK/qmcpack

Remove IndexType

Open
#4,716 2 comments 0 reactions 0 assignees View on GitHub
stale
Dominant language
C++
Stars
403
Forks
154
Avg merge
1d 12h
Merged PRs (30d)
82

Description

**Is your feature request related to a problem? Please describe.**
I think this was introduced when 32bit to 64bit processor transition happened. I don't really think it is good to keep.
In most cases, `int` is sufficient for indexing. In cases that 64 bit int is needed, we should explicitly use `size_t` I assume.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.