librascal
librascal copied to clipboard
Consistently get rid of get_nb_clusters for Order=1
get_nb_clusters(1)
is ambiguous. It has two answers: size or size_with_ghosts. Therefore it should be avoided. Instead lieu of the function the proper size functions should be called.
This is only done half way. Should be done properly, self assign.