Metadata-Version: 2.2
Name: logmd
Version: 0.1
Summary: Log MD trajectories with `dyn.attach(LogMd()(atoms)).
Home-page: http://github.com/log-md/logmd
Author: Alexander Mathiasen
Author-email: Alexander Mathiasen <alexander.mathiasen@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/log-md/logmd
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ase
Requires-Dist: httpx
Requires-Dist: tqdm
Dynamic: author
Dynamic: home-page

<img src='demo.gif'>
<a href="https://rcsb.ai/logmd/3d090180" target="_blank">link</a>

# Try
```
pip install logmd
python demo.py
```
or
```
from logmd import LogMD
logmd = LogMD(num_workers=2)
dyn.attach(lambda: logmd(atoms), interval=4)
dyn.run(steps)
```
Doesn't solve your problem? <a href="https://calendly.com/alexander-mathiasen/vchat">Let us know!</a>

Like it? Buy us a <a href="https://studio.buymeacoffee.com/auth/oauth_callback?is_signup=" target="_blank">coffee!</a>
