huzongxiang

Results 9 comments of huzongxiang

> I installed a Miniconda (https://repo.anaconda.com/miniconda/Miniconda3-py37_4.11.0-Linux-x86_64.sh) on a clean Linux machine (actually, I used Colab), and then the qmpy environment was successfully created. I didn't encounter any installation problem. Bugs...

> Could you please look at [the installation log](https://gist.github.com/Tony-Y/32d30c4159707745ce3c9ee6debb3280). Pymatgen 2018.12.12 was successfully installed by pip on a clean Linux machine. hello,I install the pymatgen in a pure linux ubuntu....

> > Could you please look at [the installation log](https://gist.github.com/Tony-Y/32d30c4159707745ce3c9ee6debb3280). Pymatgen 2018.12.12 was successfully installed by pip on a clean Linux machine. > > hello,I install the pymatgen in a...

> Could you please look at [the installation log](https://gist.github.com/Tony-Y/32d30c4159707745ce3c9ee6debb3280). Pymatgen 2018.12.12 was successfully installed by pip on a clean Linux machine. I will try it in the colab.

> For Ubuntu 20.04 or later, MySQL 8.0 is default. But, the OQMD needs a MySQL 5.7 server. Please check your mysql version. If you use MySQL 8.0, see [an...

> > I would like to know the specific format saved in .npz of the transformation by using script oqmd_data.py. Is a entry in CIF, poscar or pymatgen.Structure format? >...

> > > I would like to know the specific format saved in .npz of the transformation by using script oqmd_data.py. Is a entry in CIF, poscar or pymatgen.Structure format?...

> The memory consumption is almost constant because the number of entries processed at each iteration does not excess `chunk_size`: > > https://github.com/Tony-Y/cgnn/blob/c6c28e6eaf420665a01bd4e5b72b3ac20ff6b138/tools/oqmd_data.py#L105 > > Please change to `chunk_size=250` to...