ITensor / ITensor/ITensorNetworks.jl
Use `external_inds` and `edge_inds`/`internal_inds` as alternatives to `siteinds` and `linkinds`
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 128
- Forks
- 23
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 7
Description
Use external_inds and edge_inds/internal_inds instead of siteinds and linkinds, or as alternative names through aliases.
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
Locate the definitions and usages of siteinds and linkinds, then inspect how public aliases are handled. Determine whether external_inds, edge_inds, and internal_inds can be added as alternatives without removing existing names. Done means the requested alternative names are available and existing names continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100