write_xyz Subroutine

public subroutine write_xyz(atc, fn_xyz, title)

Write to an XYZ file.

Arguments

Type IntentOptional AttributesName
type(atmcfg_t), intent(in) :: atc
character(len=*), intent(in) :: fn_xyz

Name of the XYZ file

character(len=*), intent(in) :: title

Title (for the configuration)


Contents

None