Skip to content

Commit 7281238

Browse files
authored
Merge pull request #5 from hspark1212/develop_hs
update 0.1.3
2 parents d2f046f + aab7868 commit 7281238

5 files changed

Lines changed: 16 additions & 17 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ results*/
1717
figures/
1818
data/mp-50/
1919
data/mp-20/
20+
build/
21+
dist/
2022

2123
# file formats
2224
*.egg-info

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
</div>
1313

1414
<p align="center">
15-
<a href="https://8501-01j80snre5xdhq828s1q5brs0m.cloudspaces.litng.ai/">
16-
<img alt="App" src="https://img.shields.io/badge/app-v0.1.1-brightgreen.svg?style=plastic">
17-
</a>
18-
<a href="https://pypi.org/project/chemeleon">
19-
<img alt="PyPI" src="https://img.shields.io/badge/PyPI-v0.1.2-blue.svg?style=plastic&logo=PyPI">
20-
</a>
15+
<a href="https://pypi.org/project/chemeleon">
16+
<img alt="PyPI" src="https://img.shields.io/badge/PyPI-v0.1.3-blue.svg?style=plastic&logo=PyPI">
17+
</a>
2118
<a href="https://chemrxiv.org/engage/chemrxiv/article-details/6728e27cf9980725cf118177">
2219
<img alt="DOI" src="https://img.shields.io/badge/DOI-doi-organge.svg?style=plastic">
2320
</a>
@@ -38,11 +35,7 @@ Chemeleon is a text-guided diffusion model designed for crystal structure genera
3835

3936
## Demo Application
4037

41-
A demo version of Chemeleon is available at [Chemeleon App](https://8501-01j80snre5xdhq828s1q5brs0m.cloudspaces.litng.ai).
42-
>[!NOTE]
43-
> The demo is currently in beta and hosted on Lightning Studio. The server will automatically shut down when not in use and may take approximately 2 minutes to restart.
44-
45-
For local deployment, you can run the application on your machine with the following command:
38+
You can run the application on your machine with the following command after installing the package:
4639

4740
```bash
4841
streamlit run app/steamlit_app.py
@@ -289,15 +282,18 @@ This script will output the following metrics:
289282
# Citation
290283

291284
If you find our work helpful, please refer to the following publication:
292-
["Exploration of crystal chemical space using text-guided generative artificial intelligence" Chemxiv (2024)](https://chemrxiv.org/engage/chemrxiv/article-details/6728e27cf9980725cf118177)
285+
["Exploration of crystal chemical space using text-guided generative artificial intelligence" Nature Communications (2025)](https://doi.org/10.1038/s41467-025-59636-y)
293286

294287
```
295-
@article{chemeleon,
288+
@article{park2025exploration,
296289
title={Exploration of crystal chemical space using text-guided generative artificial intelligence},
297290
author={Park, Hyunsoo and Onwuli, Anthony and Walsh, Aron},
298-
journal={ChemRxiv},
299-
doi={10.26434/chemrxiv-2024-rw8p5},
300-
year={2024}
291+
journal={Nature Communications},
292+
volume={16},
293+
number={1},
294+
pages={1--14},
295+
year={2025},
296+
publisher={Nature Publishing Group}
301297
}
302298
```
303299

chemeleon/scripts/__init__.py

Whitespace-only changes.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
torch>=2.1.0
22
pytorch-lightning>=2.1.0
3+
smact>=3.1.0
34
torch-geometric
45
torchmetrics
56
streamlit

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="chemeleon",
16-
version="0.1.2",
16+
version="0.1.3",
1717
author="Hyunsoo Park",
1818
author_email="phs68660888@gmail.com",
1919
description="A Text-guided Crystal Structure Generation Model",

0 commit comments

Comments
 (0)