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

[Emu-MPS] tdvp benchmark - only docs #13

Merged
merged 27 commits into from
Jan 23, 2025

Conversation

sgrava
Copy link
Contributor

@sgrava sgrava commented Jan 16, 2025

Resolves #9

For convenience I only add the documentation part here.
Since we are refactoring them here, the actual bechmark that generates new plots will be added separately.

Main changes are:

  • docs/benchmarks/index.md
  • docs/advanced/resource_estimation.md
  • fixing docstring of MPS class

To build the docs of this branch locally and see the result:

git switch sg/9-emu-mps-number-of-qubits-bond-dimension-benchmark
pip install -r ./doc_requirements.txt
mkdocs serve --open

@sgrava sgrava linked an issue Jan 16, 2025 that may be closed by this pull request
3 tasks
@sgrava sgrava changed the title Draft: [Emu-MPS] tdvp benchmark [Emu-MPS] tdvp benchmark - only docs Jan 21, 2025
@murogrande
Copy link
Contributor

murogrande commented Jan 21, 2025

related to the equations, I still need to check them but I like the documentation. Nice job !
Is there a way to see the pre-view of the documentation?

@sgrava
Copy link
Contributor Author

sgrava commented Jan 21, 2025

related to the equations, I still need to check them but I like the documentation. Nice job ! Is there a way to see the pre-view of the documentation?

Unfortunately, for the moment you need to locally move to this branch and do:

pip install -r ./doc_requirements.txt
mkdocs serve

then open with your browser the locally built docs

docs/benchmarks/index.md Outdated Show resolved Hide resolved
docs/benchmarks/index.md Outdated Show resolved Hide resolved
docs/benchmarks/index.md Outdated Show resolved Hide resolved
docs/benchmarks/index.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@a-quelle a-quelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@a-quelle a-quelle merged commit 603e096 into main Jan 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Emu-MPS] number of qubits bond dimension benchmark
3 participants