This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Description
Hello:
I want to use this awesome tool on my chemical reaction path search, but I want to make graphs from molecule coordinates, so the graph in .json file should be [<atom_idx1>, distance of atom1,2 , <atom_idx2>], rather than single_bond = 1, double_bond = 2, trans_bond = 3, the targets is molecule energy, it changes with atom distance.
I don't know much about your algorithm, so I tried to change these int into different float, only chem_tensorflow_async.py works(chem_tensorflow_gcn.py works but results keep same), but I don't know if it really did what I want.
So I want to know can I use float in the graph, is algorithm supported for this function?
