Skip to content

Commit f5761b3

Browse files
kaelynjabbycross
andauthored
Update language in primitives intro (#3893)
Closes #3887 We received feedback that one of the examples we give in the introduction to primitives may imply that users have pulse-level access. I've updated the language to center the examples around primitives as a general computing concept. --------- Co-authored-by: abbycross <[email protected]>
1 parent 31c73f3 commit f5761b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guides/primitives.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"\n",
5454
"Computing systems are built on multiple layers of abstraction. Abstractions allow you to focus on a\n",
5555
"particular level of detail relevant to the task at hand. The closer you get to the hardware,\n",
56-
"the lower the level of abstraction you need (for example, you might\n",
57-
"want to manipulate electrical signals), and vice versa. The more complex the task you want to perform,\n",
56+
"the lower the level of abstraction you need (for example, you might need to move or manipulate data at the CPU instruction level). The more complex the task you want to perform,\n",
5857
"the higher-level the abstractions will be (for example, you could be using a programming library to perform\n",
5958
"algebraic calculations).\n",
6059
"\n",

0 commit comments

Comments
 (0)