qiskit-community / qiskit-machine-learning

Quantum Machine Learning
https://qiskit-community.github.io/qiskit-machine-learning/
Apache License 2.0
645 stars 317 forks source link

Deprecate and move ad_hoc dataset to another place #330

Open adekusar-drl opened 2 years ago

adekusar-drl commented 2 years ago

What is the expected enhancement?

While most of the datasets have been deprecated in #319 the ad_hoc dataset is available in the module. This dataset is used in a few places and this issue is created to consider deprecation of this dataset as well. Perhaps, it should be kept somewhere else.

The places where ad_hoc is used so far:

Before the dataset is deprecated the above mentioned places must be updated.

andrenmelo commented 2 years ago

FYI I'm planning to rewrite ad_hoc and also and generalize to several qubits for my own research. Happy to help port it somewhere else too.

adekusar-drl commented 2 years ago

While ad_hoc is still here, you can open PRs with updates. It will take some time to decide how to proceed since the dataset is in use.