Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation: Mark Aspen-M-3 as deprecated, replace with Ankaa-2 #628

Merged
merged 6 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
278 changes: 148 additions & 130 deletions README.md

Large diffs are not rendered by default.

1,093 changes: 554 additions & 539 deletions examples/braket_features/Allocating_Qubits_on_QPU_Devices.ipynb

Large diffs are not rendered by default.

3,808 changes: 1,902 additions & 1,906 deletions examples/braket_features/Getting_Devices_and_Checking_Device_Properties.ipynb

Large diffs are not rendered by default.

3,523 changes: 1,766 additions & 1,757 deletions examples/braket_features/Getting_Started_with_OpenQASM_on_Braket.ipynb

Large diffs are not rendered by default.

2,046 changes: 995 additions & 1,051 deletions examples/braket_features/Noise_models/Noise_models_on_Rigetti.ipynb
peterkomar-aws marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,898 changes: 945 additions & 953 deletions examples/braket_features/Verbatim_Compilation.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,238 changes: 1,119 additions & 1,119 deletions examples/hybrid_quantum_algorithms/QAOA/QAOA_braket.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def solve_classical_ising(J, N, pos):
# Solve classical Ising model
solution = solve_ising(linear, quad)

# print calssical solution
# print classical solution
print("Classical solution:", solution)

# get corresponding energy
Expand Down
Loading