I'm outputting bonds and angles to a CIF file using the provided macro
macro Out_CIF_Bonds_Angles(file)
{
out file append
Out(Get(cif_bonds_angles), "%s")
}
Is there a way I'm missing to make it consider the errors in the lattice parameters in the output?
Matthew