-
Notifications
You must be signed in to change notification settings - Fork 98
Add cadmus #1207
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
Open
qiskit-bot
wants to merge
18
commits into
main
Choose a base branch
from
submission-44da023a
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add cadmus #1207
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
af3fd3e
Submission - Add cadmus as a member
qiskit-bot 5c39e74
updated category and labels (#1209)
cogu92 6a4dda7
Update sections
qiskit-bot 1c6c2cc
Update data
qiskit-bot ee267be
Merge branch 'main' of github.com:Qiskit/ecosystem into submission-44…
1ucian0 65c3c56
capture ambiguity
1ucian0 b2de93f
lint
1ucian0 364fe2b
reverse ecosystem/validation/test_license.py
1ucian0 0d7ac4d
Merge branch 'main' of github.com:Qiskit/ecosystem into submission-44…
1ucian0 1e8b8fc
Update sections
qiskit-bot 4d1e75f
merge main
1ucian0 b7aa833
Update data
qiskit-bot 89b9685
Merge branch 'main' into submission-44da023a
1ucian0 8a8f503
Update sections
qiskit-bot 8d84f1d
Update badge
qiskit-bot 43a2f00
conflict
1ucian0 ffe2940
Merge branch 'main' of github.com:Qiskit/ecosystem into submission-44…
1ucian0 6e7f633
Merge branch 'main' into submission-44da023a
1ucian0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| name = "cadmus" | ||
| submission_number = 1206 | ||
| url = "https://github.com/cogu92/cadmus" | ||
| description = "Profiles a circuit's real noise and applies readout + repetition-code mid-circuit correction, validated on real IBM hardware" | ||
| contact_info = "nicolascogu@hotmail.com" | ||
| labels = ["error correction", "error mitigation", "research"] | ||
| interfaces = ["Python"] | ||
| category = "Tooling" | ||
| pattern_steps = [] | ||
| packages = [] | ||
| uuid = "44da023a-25d2-4e3a-81fe-34890f6c70e7" | ||
| maturity = "experimental" | ||
|
|
||
| [github] | ||
| url = "https://github.com/cogu92/cadmus" | ||
| owner = "cogu92" | ||
| repo = "cadmus" | ||
| stars = 0 | ||
| license = "Other" | ||
| last_commit = 2026-06-29 | ||
| last_activity = 2026-06-29 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like GitHub is not detecting the license in your repo. Have a look to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#detecting-a-license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i just add a license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update in #1246 . However, the entry is fetched from GitHub and set automatically. Try to convince GH about the lincense... it it gets too complicated, we can do it manually, no worries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apache 2.0should be here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub is now detecting the license correctly — the Community Standards checklist for cadmus shows License ✅, and https://github.com/cogu92/cadmus/license serves the full Apache-2.0 text (the earlier copy was truncated, which is why GH couldn't recognize it).
Could you re-run the validation, or would it help if I set
license = "Other"tolicense = "Apache-2.0"manually in the toml?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed, github detects A license, but it does not detect it is Apache.