[System.Serializable] public class Atom { // nom de l'atom public string element; // coordonée XYZ public float[] geometry; }