Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danlkv committed Jun 3, 2020
1 parent fc3a0e9 commit d217dcb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scratchpad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

`python problem_graph_json.py 30 |mongocat -W -d tensim problem_graphs`

## Count objects in DB

```bash

⟩ mongocat -F -d tensim expr_graphs --query '{"n_qubits":100}' | wc
3 259087 1991556

⟩ mongocat -F -d tensim expr_graphs --query '{"n_qubits":100, "extra.p":1}' | wc
1 31179 232108

```

# Test

`pytest`

0 comments on commit d217dcb

Please sign in to comment.