Open orsa-classiq opened 6 months ago
hey @orsa-classiq i want to work on this issue and want to add some contribution with my knowledge, can you please assign this issue to me
@Mefisto04 if you still want to work on this let us know. Otherwise this issue remains open. Thanks
In this issue, we will create an implementation of a quantum algorithm for estimating partition function. We will implement algorithm described in the paper: Quantum speedup of Monte Carlo methods. This tutorial should follow the structure of the Deutsch Jozsa algorithm implementation. Once finished, the implementation will be added to the Quantum Algorithm Zoo, and of course credit will be given to the implementor.
To complete this issue, follow these steps:
write_qmod(model, "partition_function.qmod")
line. Run the notebook, and you will automatically generate the .qmod file for this example.classiq-library/community/advanced_examples/partition_function
If you have any questions or comments, you can ask them here in the issue, or in our slack community, and the Classiq team will be happy to assist.
Happy quantum coding!