Open kshyatt-aws opened 1 year ago
hi @kshyatt-aws I am interested to work on this feature. Just wanted to understand the implementation-design, will it incluse using RBNF Julia package: https://docs.juliahub.com/RBNF/nX819/0.2.4/ to load OpenPulse Grammar and generate Corresponding Julia-Code ?
Hello @arshpreetsingh sorry for the delayed response! For now, we don't have parsing support here (we do have some in BraketSimulator.jl if you are interested in adding parser support specifically), but we need implementation of the structs for waveforms, frames, etc.
hi @kshyatt-aws I am interested to work on this feature. Could you please provide some starting points to initiate the development? I have experience in writing Quantum-Gates as PyTorch Tensors(writing numpy arrays and converting those into Pytorch tensors), does creating waveforms, frames also related to something like that?
hi @kshyatt-aws any reply will be helpful here or is there another way to reach you for the same?
Describe the feature you'd like Support in Julia SDK for OpenPulse and pulse control of QPUs.
Is this feature already present in the Python SDK? Yes.
How would this feature be used? Please describe. Would allow users to natively use pulse from the Julia SDK.
Describe alternatives you've considered Could provide thin support through PyBraket.jl.
Additional context See the dev guide for more information about Pulse.