pub fn read_frame_binary( file: &mut File, n_atoms: usize, ) -> Result<Vec<[f32; 3]>, Error>
Read one frame of n_atoms atomic positions from an open file.
n_atoms