Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 455 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 455 Bytes

AtomGPT: atomistic generative pre-trained transformer for forward and inverse materials design

Forward model example

python atomgpt/forward_models/forward_models.py --config_name atomgpt/examples/forward_model/config.json

Inverse model example

python atomgpt/inverse_models/inverse_models.py --config_name atomgpt/examples/inverse_model/config.json

#python atomgpt/examples/inverse_model/run.py

(Documentation development is in progress...)