Metadata-Version: 2.4
Name: zerozero
Version: 0.4.0
Summary: language of zeros
Author: Diego Rincón
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: laserbrain
Requires-Dist: numpy; extra == "laserbrain"

# v

language of zeros.

```python
import v

s = v.system([v.plant(14.134725)])
s.state()    # {'zeros': 2, 'potential': 0.0, 'score': 1.0, 'ground': True}
s.verify()   # {'verified': True, ...}
```

grammar G = ℤ/2 × ℤ/2. conservation law `Re(ρ) + Re(τ(ρ)) = 1`. ground/wind state. RH in code.

— Diego Rincón
