You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
308 B
Markdown

# 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
```