📚 The CoCalc Library - books, templates and other resources
1from .vqe_main import VQEPlayground 2 3 4def main(): 5 VQEPlayground().main() 6 7