Create a method inside MolGrid called get_atomic_property that takes in a atomic property as an array evaluated on the MolGrid.points and returns another atomic property of that array.
This method uses the aim_weights and MolGrid.indices in-order to get the atomic property.
Create a method inside MolGrid called
get_atomic_propertythat takes in a atomic property as an array evaluated on the MolGrid.points and returns another atomic property of that array.This method uses the
aim_weightsandMolGrid.indicesin-order to get the atomic property.