You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per Section 2.3 (http://wanglab.ucsd.edu/html/publications/Atom_type.pdf):
Now the code (I believe) accumulates all of the valence states of a particular total penalty score then cuts off the array up to that number, rather than only accumulating that value.
This might be a matter of going breadth-first rather than depth-first, for example. I need to think about this more to really know what has to be done. This is a lower priority than getting bond type assignment to work full stop.
The text was updated successfully, but these errors were encountered:
Per Section 2.3 (http://wanglab.ucsd.edu/html/publications/Atom_type.pdf):
Now the code (I believe) accumulates all of the valence states of a particular total penalty score then cuts off the array up to that number, rather than only accumulating that value.
This might be a matter of going breadth-first rather than depth-first, for example. I need to think about this more to really know what has to be done. This is a lower priority than getting bond type assignment to work full stop.
The text was updated successfully, but these errors were encountered: