{
  "lost_catalyst": {
    "assignments": [
      {
        "catalyst": "1111",
        "product": "000",
        "cut": 1
      },
      {
        "catalyst": "000",
        "product": "0000",
        "cut": 3
      }
    ],
    "RAF_exists": false,
    "history": [
      {
        "candidate_molecules": 30,
        "active_reactions": 2,
        "reachable_molecules": 8
      },
      {
        "candidate_molecules": 8,
        "active_reactions": 1,
        "reachable_molecules": 6
      },
      {
        "candidate_molecules": 6,
        "active_reactions": 0,
        "reachable_molecules": 6
      }
    ],
    "retained_reactions": [],
    "reachable_words": [
      "0",
      "1",
      "00",
      "01",
      "10",
      "11"
    ]
  },
  "mutual_support": {
    "assignments": [
      {
        "catalyst": "0000",
        "product": "000",
        "cut": 1
      },
      {
        "catalyst": "000",
        "product": "0000",
        "cut": 3
      }
    ],
    "RAF_exists": true,
    "history": [
      {
        "candidate_molecules": 30,
        "active_reactions": 2,
        "reachable_molecules": 8
      },
      {
        "candidate_molecules": 8,
        "active_reactions": 2,
        "reachable_molecules": 8
      }
    ],
    "retained_reactions": [
      [
        "000",
        1
      ],
      [
        "0000",
        3
      ]
    ],
    "reachable_words": [
      "0",
      "1",
      "00",
      "01",
      "10",
      "11",
      "000",
      "0000"
    ]
  },
  "food_only": {
    "assignments": [
      {
        "catalyst": "0",
        "product": "00",
        "cut": 1
      }
    ],
    "RAF_exists": true,
    "history": [
      {
        "candidate_molecules": 30,
        "active_reactions": 1,
        "reachable_molecules": 6
      },
      {
        "candidate_molecules": 6,
        "active_reactions": 1,
        "reachable_molecules": 6
      }
    ],
    "retained_reactions": [
      [
        "00",
        1
      ]
    ],
    "reachable_words": [
      "0",
      "1",
      "00",
      "01",
      "10",
      "11"
    ]
  },
  "append_then_split": {
    "starting_word": "000",
    "target": "101",
    "reactions": [
      [
        "0001",
        3
      ],
      [
        "00010",
        4
      ],
      [
        "000101",
        5
      ],
      [
        "000101",
        3
      ]
    ],
    "target_verified": true,
    "all_open_probability": "a^4"
  }
}
