Skip to content

Commit bf83c9e

Browse files
Merge branch 'main' into main
2 parents 7931826 + 225cdf0 commit bf83c9e

7 files changed

Lines changed: 24 additions & 6 deletions

File tree

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.1
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0
22+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6.0.1
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0
27+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6.0.1
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@v1.278.0
19+
uses: ruby/setup-ruby@v1.284.0
2020
with:
2121
bundler-cache: true
2222

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Ruby
4545
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46-
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0
46+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
4747
with:
4848
bundler-cache: true
4949

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ GEM
119119
activesupport (>= 2)
120120
nokogiri (>= 1.4)
121121
http_parser.rb (0.8.0)
122-
httparty (0.24.0)
122+
httparty (0.24.2)
123123
csv
124124
mini_mime (>= 1.0.0)
125125
multi_xml (>= 0.5.2)
@@ -258,7 +258,7 @@ GEM
258258
jekyll-seo-tag (~> 2.1)
259259
minitest (6.0.1)
260260
prism (~> 1.5)
261-
multi_xml (0.8.0)
261+
multi_xml (0.8.1)
262262
bigdecimal (>= 3.1, < 5)
263263
net-http (0.9.1)
264264
uri (>= 0.11.1)

topics/qiskit/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
display_name: Qiskit
3+
aliases: qiskit-sdk, qiskit-addon, ibm-qiskit, qiskit-ibm-sdk
4+
logo: qiskit.png
5+
created_by: IBM Quantum
6+
released: February 4, 2021
7+
short_description: Qiskit is a framework for quantum computing and quantum information science.
8+
related: quantum-computing, quantum-programming, quantum-information, sdk
9+
topic: qiskit
10+
url: https://www.ibm.com/quantum/qiskit
11+
wikipedia_url: https://en.wikipedia.org/wiki/Qiskit
12+
github_url: https://github.com/Qiskit/
13+
released: March 2017
14+
---
15+
Qiskit is an open source SDK for working with quantum computers through extended quantum circuits, operators, and primitives. Developed by IBM Quantum, it is a [popular](https://unitaryfoundation.github.io/survey-2025/#full-stack-development-platforms-compilers-and-simulators-used-currently-or-in-the-future), reliable, and extensible platform for quantum research and development.
16+
Qiskit enables researchers to build, optimize, and execute quantum workflows for algorithms, high-performance computing, and quantum information science.
17+
18+
For an *IBM Quantum–curated* list of software, visit the [Qiskit Ecosystem website](https://qisk.it/ecosystem).

topics/qiskit/qiskit.png

39.1 KB
Loading

0 commit comments

Comments
 (0)