Osvaldo Yañez Osses

Results 1 comments of Osvaldo Yañez Osses

Hello If you are using python 3 or higher versions, the solution to the problem of: AttributeError: 'dict_values' object has no attribute 'count' is as follows: num_atoms = voronoi.values().count(voronoi[list_heavyatoms.index(cg_bead)]) You...