-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: ITensor-based MPS local simulator #89
base: main
Are you sure you want to change the base?
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
x
in 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 secrets
to 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.