QMCPACK / QMCPACK/qmcpack

Refine ParticleSetPool::getParticleSet needed

Open
#5,543 1 comment 0 reactions 0 assignees View on GitHub
enhancement stale
Dominant language
C++
Stars
403
Forks
154
Avg merge
1d 12h
Merged PRs (30d)
82

Description

It currently returns nullptr if a particleset is not found by name. This behavior was needed but potentially can be changed to
```
ParticleSet& ParticleSetPool::getParticleSet(pname)
```
and throw exception if not found. It this safe this way.

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.