aboutsummaryrefslogtreecommitdiff
path: root/2023/20-Pulse_Propagation/example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--2023/20-Pulse_Propagation/example5
-rw-r--r--2023/20-Pulse_Propagation/example25
2 files changed, 10 insertions, 0 deletions
diff --git a/2023/20-Pulse_Propagation/example b/2023/20-Pulse_Propagation/example
new file mode 100644
index 0000000..2dc1bab
--- /dev/null
+++ b/2023/20-Pulse_Propagation/example
@@ -0,0 +1,5 @@
+broadcaster -> a, b, c
+%a -> b
+%b -> c
+%c -> inv
+&inv -> a
diff --git a/2023/20-Pulse_Propagation/example2 b/2023/20-Pulse_Propagation/example2
new file mode 100644
index 0000000..2738ceb
--- /dev/null
+++ b/2023/20-Pulse_Propagation/example2
@@ -0,0 +1,5 @@
+broadcaster -> a
+%a -> inv, con
+&inv -> b
+%b -> con
+&con -> output