# Pair Generation This is only a subscript to generate valid quantum pairs from a given list of pairs. ## Usage To use, edit the script content by changing the variable `words` at the top with the list of words that you want to pair up. Then, run ```bash python pair_generation.py > output-pairs.json ```