Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Support for ldpc v2 #318

Open
burgholzer opened this issue Nov 5, 2024 · 0 comments
Open

🐛 Support for ldpc v2 #318

burgholzer opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file python Pull requests that update Python code

Comments

@burgholzer
Copy link
Member

Environment information

Any version.

Description

QECC is currently not compatible with ldpc v2, which was released just over a week ago.
The interface/import of BPOSD changed and there seem to be some other issues in LDPC v2 as well that raise warnings/errors here. Most likely, this will require fixes in the ldpc package itself.

Expected behavior

QECC should work with the latest LDPC version.
Ideally, the bposd dependency can be dropped as well; assuming that its functionality is also available via the ldpc package.

How to Reproduce

Remove the upper cap on ldpc in the pyproject.toml, install the package and run the tests.

@burgholzer burgholzer added bug Something isn't working dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 5, 2024
@github-project-automation github-project-automation bot moved this to In Progress in MQT Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
Status: In Progress
Status: In Progress
Development

No branches or pull requests

2 participants