Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e12da34

Browse filesBrowse files
committed
updated code
1 parent d586615 commit e12da34
Copy full SHA for e12da34

15 files changed

+3,999-4,205Lines changed: 3999 additions & 4205 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎notebooks/CUDA-Q_example_1.ipynb‎

Copy file name to clipboard
+28Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# CUDA-Q Examples\n",
8+
"\n",
9+
"(C) 2025 by [Damir Cavar](http://damir.cavar.me/)\n",
10+
"\n"
11+
]
12+
},
13+
{
14+
"cell_type": "code",
15+
"execution_count": null,
16+
"metadata": {},
17+
"outputs": [],
18+
"source": []
19+
}
20+
],
21+
"metadata": {
22+
"language_info": {
23+
"name": "python"
24+
}
25+
},
26+
"nbformat": 4,
27+
"nbformat_minor": 2
28+
}
Collapse file

‎notebooks/N-gram Models for Language Models.ipynb‎

Copy file name to clipboardExpand all lines: notebooks/N-gram Models for Language Models.ipynb
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
{
267267
"cell_type": "code",
268-
"execution_count": 7,
268+
"execution_count": 5,
269269
"metadata": {},
270270
"outputs": [],
271271
"source": [
@@ -274,7 +274,7 @@
274274
},
275275
{
276276
"cell_type": "code",
277-
"execution_count": 8,
277+
"execution_count": 6,
278278
"metadata": {},
279279
"outputs": [],
280280
"source": [
@@ -306,7 +306,7 @@
306306
},
307307
{
308308
"cell_type": "code",
309-
"execution_count": 9,
309+
"execution_count": 7,
310310
"metadata": {},
311311
"outputs": [
312312
{
@@ -330,7 +330,7 @@
330330
},
331331
{
332332
"cell_type": "code",
333-
"execution_count": 10,
333+
"execution_count": 8,
334334
"metadata": {},
335335
"outputs": [],
336336
"source": [
@@ -353,7 +353,7 @@
353353
},
354354
{
355355
"cell_type": "code",
356-
"execution_count": 11,
356+
"execution_count": 9,
357357
"metadata": {},
358358
"outputs": [
359359
{
@@ -377,7 +377,7 @@
377377
},
378378
{
379379
"cell_type": "code",
380-
"execution_count": 12,
380+
"execution_count": 11,
381381
"metadata": {},
382382
"outputs": [
383383
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.