Optimizing Quantum Algorithm Simulation with Microsoft Visual C++

apetrillo14
Messages
7
Reaction score
0
I want to write a classical program, which simulates a quantum algorithm. Any suggestions for which programming language would yield the best results, which algorithm would be the best to emulate, and what's the best way to go about beginning?

Thanks
 
Physics news on Phys.org
What programming languages are you well versed in? It won't be an easy task in any language without a framework
 
mburt said:
What programming languages are you well versed in? It won't be an easy task in any language without a framework

I have experience with VB, and some with C.
 
Are you going to make it a console program?
 
I wasn't planning on making it a console program, but if that would be the best option, I'll do it.
 
Visually it wouldn't be best, so if you could, use Microsoft Visual C++ to make the VB template for the program and go from there
 
mburt said:
Visually it wouldn't be best, so if you could, use Microsoft Visual C++ to make the VB template for the program and go from there

Ok, thank you very much for the suggestion.
 
Back
Top