mit-han-lab / torchquantum

A PyTorch-based framework for Quantum Classical Simulation, Quantum Machine Learning, Quantum Neural Networks, Parameterized Quantum Circuits with support for easy deployments on real quantum computers.
https://torchquantum.org
MIT License
1.24k stars 184 forks source link

TQ Support for Python 3.12 #234

Closed GenericP3rson closed 3 months ago

GenericP3rson commented 4 months ago

Currently failing due to distutils deprecation:

ModuleNotFoundError: No module named 'distutils'

Task would be to remove the dependency and also make any additional changes!

GenericP3rson commented 3 months ago

Looks like the dependency is resolved (see tests for #237).