fix(learn): text in "Classical Simulators" card (#3481)

This commit is contained in:
Eddybrando Vásquez 2023-08-03 11:21:25 +02:00 committed by GitHub
parent f11c750a17
commit b57b0a2988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -394,10 +394,10 @@ const learningSections: LearningSection[] = [
image: "/images/learn/tutorials/classical-simulators.png",
title: "Classical Simulators",
description:
"Qiskit includes powerful quantum simulators to investigate how quantum circuits will behave on both ideal, and noisy hardware. These tutorials show you how to use advanced features of these simulators.",
"Aer is powerful quantum simulators to investigate how quantum circuits will behave on both ideal, and noisy hardware. It is fully integrated to Qiskit.",
cta: {
label: "View resource",
url: `${config.public.siteUrl}/documentation/tutorials.html#classical-simulators`,
label: "Aer tutorials",
url: "https://qiskit.org/ecosystem/aer/tutorials/index.html",
segment: { cta: "classical-simulators", location: "tutorials" },
},
},