Metadata-Version: 2.4
Name: qubodock
Version: 0.1.0
Summary: QUBO GPU trainer
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: torch

# qubodock

## Usage
```bash
qubodock-qubo \
  --device cuda \
  --learning-rate 5e-4 \
  --E-bond -1.5 \
  --E-vdw 15 \
  --num-step 20000 \
  --grid-path Grid \
  --h-base H_matrix \
  --j-path J_Matrix_0.7_1.3 \
  --out-xmat Xmat \
  --out-scor Scor

