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

Can I use float rather than int in the graph? #15

@B-C-WANG

Description

@B-C-WANG

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?
qq 20180803104453

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions