QuantumLab-ZY / HamGNN

An E(3) equivariant Graph Neural Network for predicting electronic Hamiltonian matrix
GNU General Public License v3.0
63 stars 15 forks source link

setup.py error #24

Closed Drawthe closed 4 months ago

Drawthe commented 4 months ago
        "graph_data_gen = utils_openmx.graph_data_gen:main",
        The comma uses full width characters (U+FF0C) instead of the standard half width comma (,)

image

QuantumLab-ZY commented 4 months ago

I apologize for mistakenly using a Chinese comma in line 21 of setup.py when I made modifications several days ago. Simply replacing it with an English comma will resolve this issue.

Drawthe commented 4 months ago

Just briefly pointing out the issue for better installation. Thank you for your reply, I will close this question