diff --git a/unitary/examples/quantum_rpg/final_state_preparation/hadamard_hills.py b/unitary/examples/quantum_rpg/final_state_preparation/hadamard_hills.py index 15a24c69..34220d78 100644 --- a/unitary/examples/quantum_rpg/final_state_preparation/hadamard_hills.py +++ b/unitary/examples/quantum_rpg/final_state_preparation/hadamard_hills.py @@ -345,7 +345,7 @@ def _quantopedia(state: GameState, world) -> str: "A clean desk with a reading lamp takes up a large part of the room." ), encounters=[], - items=[CHARLES, EAST_EGG, BOOKSHELF], + items=[GILLES, EAST_EGG, BOOKSHELF], exits={Direction.NORTH: "hadamard10_0"}, ), Location( @@ -359,7 +359,7 @@ def _quantopedia(state: GameState, world) -> str: "specifications takes up a big part of the room." ), encounters=[], - items=[GILLES, WEST_EGG, BOOKSHELF], + items=[CHARLES, WEST_EGG, BOOKSHELF], exits={Direction.NORTH: "hadamard10_1"}, ), Location(