documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Unify primitive version tab title format

Open 1ucian0 opened this issue 1 year ago • 2 comments

In https://docs.quantum.ibm.com/run/primitives#estimator :

Screenshot 2024-07-02 at 13 35 17

This PR removes the parenthesis in the V1 titles to unify them with the V2 titles.

(also adds tt to PubResult)

1ucian0 avatar Jul 02 '24 11:07 1ucian0

One or more of the following people are relevant to this code:

  • @ElePT

qiskit-bot avatar Jul 02 '24 11:07 qiskit-bot

@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

frankharkins avatar Jul 24 '24 15:07 frankharkins

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

javabster avatar May 08 '25 14:05 javabster