Some users have been typing e.g. positions=[0,0,0], spins=[0,1,0] in the interface functions generate_structure and generate_helical_structure but this errors as the functions expect a 2D array of multiple spins, e.g. [[0,0,0]]. The functions should be able to infer / convert un-nested list for single spins.
Some users have been typing e.g.
positions=[0,0,0], spins=[0,1,0]in the interface functionsgenerate_structureandgenerate_helical_structurebut this errors as the functions expect a 2D array of multiple spins, e.g.[[0,0,0]]. The functions should be able to infer / convert un-nested list for single spins.