Shravan Patel
Shravan Patel
Hi, I'm looking for a first issue to contribute. If this issue is available can you please assign it to me.
Hi, I am looking for a first issue to contribute. Can I work on this?
Hi @nonhermitian , I have been looking into this issue and I think I have a fix for this. Because `ZZFeatureMap` is a child class of `PauliFeatureMap` I have added...
Hi @Cryoris, the data encoding using a feature map is an active area of research and so being able to control the entanglement in a feature map is really important....
Hi @Cryoris, I have made some changes to the `PauliFeatureMap` so that it now supports a dictionary `{num_qubits: entanglement}`. For `entanglement = { 1: [(0,), (2,)], 2: [(0, 1), (1,...
Hi @Cryoris, I have added tests and releasenotes. I have also updated the typing hints and docstrings to reflect new changes. Let me know if you want me to make...
Sorry about the failing test. I replaced all the tab characters with spaces as suggested by the linting error, but it's still failing. When I check the compiled release notes...
Hi @ElePT, thanks for the suggestion. Both code and the release notes now pass all the checks. Let me know if I need to make any more changes.
@Cryoris, I have updated the typing hints and added some code to handle entanglement specified as a callable. I have also incorporated other changes in the code according to your...
@Cryoris, I have made all the requested changes.