pasqal-io / pyqtorch

PyTorch-based state vector simulator
https://pasqal-io.github.io/pyqtorch/
Apache License 2.0
45 stars 15 forks source link

[Refact] Control over sparse / dense matrices in the time-dependent solvers #274

Open jpmoutinho opened 3 months ago

jpmoutinho commented 3 months ago

Describe the feature

Add control for users to pick sparse or dense matrices in the time-dependent solvers. It has some implications on performance. Also add possibility to use batch size > 1 for input states. Fixes #292

It should be implemented because

No response

Additional context

No response

Would you like to work on this issue?

None