Implement .wavefunction() for python-based simulators
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 358
- Avg merge
- 1d 58m
- Merged PRs (30d)
- 4
Description
following #552 , implement a wavefunction() method that returns a Wavefunction for ReferenceWavefunctionSimulator and NumpyWavefunctionSimulator.
Probably doesn't make sense for ReferenceDensitySimulator
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing wavefunction work in issue #552 and the ReferenceWavefunctionSimulator and NumpyWavefunctionSimulator entry points. Implement and verify that each exposes wavefunction() returning a Wavefunction; leave ReferenceDensitySimulator unchanged unless the surrounding design indicates otherwise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- quantum-computing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100