• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit-Extensions / qiskit-experiments
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-1267-60655bb7aa78fd8f27a3a0be3c19f1e89e483305
DEFAULT BRANCH: main
Repo Added 14 Jun 2023 07:41PM UTC
Files 168
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584
branch: gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584
CHANGE BRANCH
x
Reset
  • gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584
  • gh-readonly-queue/main/pr-1010-970b376fee8a92fea4fb4562e8de987782df83f9
  • gh-readonly-queue/main/pr-1133-1c7ed5b525c45efbe0a938e762196ad484221fe8
  • gh-readonly-queue/main/pr-1163-70c3115951347c1c48fd109e1a1da7ab4d6be813
  • gh-readonly-queue/main/pr-1164-1b388720dd443ced2832ee7d2fb508edf878986a
  • gh-readonly-queue/main/pr-1176-06f07181e8692ec4ddfb6ddd5055bf79435ef368
  • gh-readonly-queue/main/pr-1190-b73f669a6b01f42dad489fe5a8b0803483fc0c5b
  • gh-readonly-queue/main/pr-1206-f4c8686b1f8d67de757e72db22563f6acf5168fe
  • gh-readonly-queue/main/pr-1209-022ae003200f137fddafaaa9d8c6fc4aa5b708ed
  • gh-readonly-queue/main/pr-1215-ad8aa795a9624e03976acf86be8dcc7d307f907e
  • gh-readonly-queue/main/pr-1217-e0467f17a03af2cb1e9ffa09fd9bc12012be7fdd
  • gh-readonly-queue/main/pr-1219-d9a767bd97b98561abe5a4d927ba217a475b0a7a
  • gh-readonly-queue/main/pr-1224-805a55b23cef0204d31e84b912d37f22849ddeef
  • gh-readonly-queue/main/pr-1225-58754837ddaa9c5e5419cf6dc15ac7b56a2ec9a6
  • gh-readonly-queue/main/pr-1229-2e7bd6eb356d0f17a9896e823fe3b642f5b989ef
  • gh-readonly-queue/main/pr-1230-db5ee40dc9fc27f99486ec8ac3c14209997b428c
  • gh-readonly-queue/main/pr-1234-dd620001e39a62324c37f29bf830f563d5446417
  • gh-readonly-queue/main/pr-1237-29aeaa48b7206dcfea42ce05a5c2945339c954fb
  • gh-readonly-queue/main/pr-1250-5a518eea02ca606b917e4716e70db5e86ea0f91a
  • gh-readonly-queue/main/pr-1252-1acc02d49d7c8baaae3f495af049b58f24a8d0c3
  • gh-readonly-queue/main/pr-1254-c66034c90dad73d705af25be7e9ed9617e7eb2ef
  • gh-readonly-queue/main/pr-1255-84cd40311468c958b6dfe234493b19f9bcbcc715
  • gh-readonly-queue/main/pr-1259-e9abdc45d52411091c707006ec6cd0d26f6f3f23
  • gh-readonly-queue/main/pr-1260-f5c759bd70b875d15183b9d2b8a7374ea0f5cad3
  • gh-readonly-queue/main/pr-1263-c294aa1cc4816285d875be11968fa49e8b403df8
  • gh-readonly-queue/main/pr-1264-6a06e7489dba5a84ae263d134622962d906beaf7
  • gh-readonly-queue/main/pr-1267-60655bb7aa78fd8f27a3a0be3c19f1e89e483305

05 Jul 2023 01:52AM UTC coverage: 88.358%. First build
5459709115

push

github

web-flow
Stark Ramsey XY Amp Scan experiment (#1009)

<!--
⚠️ If you do not respect this template, your pull request will be
closed.
⚠️ Your pull request title should be short detailed and understandable
for all.
⚠️ Also, please add it in the CHANGELOG file under Unreleased section.
⚠️ If your pull request fixes an open issue, please link to the issue.

✅ I have added the tests to cover my changes.
✅ I have updated the documentation accordingly.
✅ I have read the CONTRIBUTING document.
-->

### Summary

This PR adds `StarkRamseyXYAmpScan` experiment and a dedicated fitter.
This experiment characterizes the Stark shift vs tone amplitude curve to
calibrate a required amplitude to cause a target shift. One can also do
the same experiment with `StarkRamseyXY`, but this experiment avoids two
dimensional sweep of tone length and amplitude.

This experiment returns several quantities that may be used to run
following spectroscopy experiments. Since Stark shift is asymmetric with
respect to f_S = 0 because of the higher levels anti-crossings on f_S <
0 side, parameters are defined for each shift direction:

- `stark_pos_coef_o1`
- `stark_pos_coef_o2`
- `stark_pos_coef_o3`
- `stark_neg_coef_o1`
- `stark_neg_coef_o2`
- `stark_neg_coef_o3`
- `stark_ferr`

### Details and comments

In
[c2b3d85](https://github.com/Qiskit/qiskit-experiments/pull/1009/commits/c2b3d8534)
I decided to add linear terms (stark_pos_coef_o1, stark_neg_coef_o1) to
the fit model. Although coefficients of these terms are small, these are
the most effective terms to account for the asymmetry at around x=0;
quadratic term doesn't add asymmetry, and cubit term is too small in
this regime.


![image](https://github.com/Qiskit/qiskit-experiments/assets/39517270/321b53f1-2c5e-4d45-9c4d-3ec225cb953d)

In above experiment result, Ramsey Y curves show asymmetry which is fit
well by the linear terms. The chisq is not great and we need some
discussion for implementation of the sys... (continued)

12030 of 13615 relevant lines covered (88.36%)

3.53 hits per line

Relevant lines Covered
Build:
Build:
13615 RELEVANT LINES 12030 COVERED LINES
3.53 HITS PER LINE
Source Files on gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584
  • Tree
  • List 166
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5459709115 gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584 Stark Ramsey XY Amp Scan experiment (#1009) <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add it in the CHANGELOG fil... push 05 Jul 2023 02:58AM UTC web-flow github
88.36
See All Builds (105)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc