feature: ITensor-based MPS local simulator#89
Conversation
|
Hi, @kshyatt-aws, I require your input on this. It seems to me that there are two approaches which can be used. By way of PackageExtension, we can make
Although We may have to implement methods for Also, I checked out GPU backends. Thanks! |
kshyatt-aws
left a comment
There was a problem hiding this comment.
I think this needs a lot more development. Ideally the simulator should be able to consume Braket.jl circuits and translate them automatically
|
Thanks for your comments! |
|
I don't understand what consume I checked the documentation but I didn't find anything related it. It might be straightforward but I am missing some points. |
|
Hi, I asked main dev from |
|
@kshyatt-aws, they extended the deadline to 26th June! I would be delighted to dedicate this week to pursue this PR! Kindly please provide further details about
I am having trouble understanding this part 🙏🏼 . I don't know what |
Resolving Issue #81
Description of changes: Look into ITensor's support for DMRG-based evolution methods to implement tensor network circuit simulation. Users have control over how the simulation is run (e.g. TDVP vs TEBD, maximum bond dimension).
Testing done:
designed a simulate_dmrg wrapper so that we can do something like
result = simulate(simulator, sites, os, method=:DMRG, N=N, sites_type="S=1/2", linkdims=10, nsweeps=2, maxdim=[10, 20], cutoff=1e-8)I believe this is the right track, but more can be done! I hope it you find it the right track for resoving Issue81
Merge Checklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
git secretsto make sure I did not commit any sensitive information (passwords or credentials)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.