ITensor / ITensor/ITensorMPS.jl
[ENHANCEMENT] OpSum term to ITensor
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 85
- Forks
- 27
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
It would be nice to be able to easily convert an OpSum term to a ITensor. This would allow to easily make a list of gates for TEBD out of an OpSum.
Describe the solution you'd like
I want to be able to do something like :
op(O[i])
where O is an OpSum.
Contributor guide
No contributing guide indexed for this repository
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 locating the Julia definitions for OpSum and the op entry point, then trace how OpSum terms are represented and converted to ITensor objects. Done means an individual term can be passed through the requested op(O[i]) interface to produce an ITensor suitable for building a TEBD gate list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100