documentation
documentation copied to clipboard
Unify primitive version tab title format
In https://docs.quantum.ibm.com/run/primitives#estimator :
This PR removes the parenthesis in the V1 titles to unify them with the V2 titles.
(also adds tt to PubResult)
One or more of the following people are relevant to this code:
- @ElePT
@1ucian0 we've recently edited the history on main, can you please reset your branch using the following commands.
# Make sure you're on your branch
git switch small/1
# Overwrite your branch with our history
git reset --hard origin/main
# Re-apply your commits on top of the new history
git cherry-pick -X theirs 4a795c6
# Check everything looks correct
git diff origin/main
# If all good, force-push to your branch
git push --force
Let me know if you have any questions. Sorry for the inconvenience.
You can also reset your main branch to avoid this problem again:
git switch main
git reset --hard origin/main
git push --force
closing this PR as stale. Also @beckykd tells me it was a deliberate decision with Jessie to use the parentheses because the name of the class doesnt include v1 but does include v2