Fix problems in README.md and make minor updates#907
Merged
mhucka merged 3 commits intoquantumlib:mainfrom Oct 24, 2025
Merged
Conversation
Changes: * There was a link at the top to a section titled "features", but there was no such section. Fixed by rearranging and rewriting the lead-in text to split it between an intro paragraph and a "features" section. * The input format is deprecated. It was previously suggested to me to remove mention of it from the README. Done. * Removed the in-line BibTeX code in preference for using the approach we use in Cirq, which is to link to Zenodo. * Fix miscellaneous markdownlint warnings.
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Oct 22, 2025
For the time being, we are discontinuing the Conda distribution of `qsimcirq`. This updates the installation instructions to omit mention of Conda. (PR #907 takes care of removing it from the top-level README.md file.)
Per [review comment by Sergei](https://github.com/quantumlib/qsim/pull/907/files#r2455610561), we can remove the section about sample circuits since the input format is being deprecated.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes:
There was a link at the top to a section titled "features", but there was no such section. Fixed by rearranging and rewriting the lead-in text to split it between an intro paragraph and a "features" section.
Remove mention of Conda. We currently don't have Conda builds.
The input format is deprecated. It was previously suggested to me to remove mention of it from the README. Done.
Removed the in-line BibTeX code in preference for using the approach we use in Cirq, which is to link to Zenodo.
Fix miscellaneous markdownlint warnings.