Skip to content

Commit f3dfb33

Browse files
committed
Address review.
1 parent 63e6a17 commit f3dfb33

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

examples/quantum_rpg/final_state_preparation/quantum_perimeter.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"A sign over the entrance reads 'Quantum Computing:'\n"
188188
"'The Technology of the Future'. Graffiti painted over\n"
189189
"it reads 'BLACK HOLE SIGN WONT YOU COME AND WASH AWAY'"
190-
"'MY ERROR RATE'"
190+
"'MY ERROR RATE'."
191191
),
192192
)
193193
],
@@ -310,10 +310,12 @@
310310
EXAMINE,
311311
["console", "dusty console", "machine"],
312312
(
313-
"A dust-covered electronic console, its screen dark. A single\n"
314-
"small, red light blinks erratically, seemingly at random,\n"
315-
"but then briefly settles into a rapid, rhythmic pulse,\n"
316-
"followed by a distinct *click* before reverting to randomness."
313+
"A dust-covered electronic console, its screen dark. A thick wire\n"
314+
"connects to a dot-matrix printer, which is spooling out continous\n"
315+
"form paper. On it, faded ink can barely be discerned. It seems\n"
316+
"that the printer is writing out a log of some sort, counting out\n"
317+
"the iterations of a process up to the square root of a very large\n"
318+
"number."
317319
),
318320
)
319321
],
@@ -403,7 +405,7 @@
403405
"equipment state that this mill was built in 1816 by one\n"
404406
"of the early settlers in the area and now houses a museum\n"
405407
"dedicated to the history of the area. Graffiti on one sign\n"
406-
"states 'We all rotate, round and round, closer to the end'"
408+
"states 'We all rotate, round and round, closer to the end'."
407409
),
408410
)
409411
],
@@ -622,8 +624,8 @@
622624
"A long, desolate hallway stretches before you, lined with\n"
623625
"closed doors. The silence here is almost oppressive, broken\n"
624626
"only by the occasional creak of the decaying structure. A faint\n"
625-
"resonance seems to emanate from the west, a dull thrumming,\n"
626-
"like a distant, repetitive calculation."
627+
"resonance seems to emanate from the west, a rhythmic, mechanical\n"
628+
"buzzing of an ancient device.\n"
627629
),
628630
encounters=[],
629631
items=[SMUDGED_DIAGRAM],
@@ -655,8 +657,8 @@
655657
"The remnants of a laboratory fill this office. Broken glass\n"
656658
"and overturned equipment cover the floor. A blackboard lists\n"
657659
"failed experiments, one marked with a bold 'G' and arrows.\n"
658-
"A dusty console has a single, blinking light, seeming to pulse\n"
659-
"in a specific rhythm, faster and brighter at regular intervals."
660+
"A dot-matrix printer next to a dusty console regularly spits\n"
661+
"out faded type on spools of white paper.\n"
660662
),
661663
encounters=[],
662664
items=[DUSTY_CONSOLE],
@@ -685,8 +687,7 @@
685687
"and reflecting the broken sky. The water is surprisingly clear,\n"
686688
"and you can see glimpses of something metallic beneath the\n"
687689
"surface. The air here is unusually quiet, almost peaceful,\n"
688-
"save for the faint, rhythmic lapping of waves against the shore,\n"
689-
"like a steady, repetitive beat."
690+
"save for the faint, rhythmic lapping of waves against the shore."
690691
),
691692
encounters=[],
692693
items=[SILVER_WATER],

0 commit comments

Comments
 (0)