Idris2Doc : Text.Molfile.Writer

Text.Molfile.Writer

(source)

Definitions

putMol : {defaultV2000_ : MolVersion} ->Builderq=>MolLine->MolLine->MolLine->MolGraph'htc->F1'q
  Writes a molecular graph plus header line in mol format to the
given string builder.

The given `version` is used for the format unless the molecul is
very large (more than 999 atoms or bonds), in which case V3000 *has*
to be used.

Totality: total
Visibility: export
putSDF : {defaultV2000_ : MolVersion} ->Builderq=>Molfile'htc->F1'q
Totality: total
Visibility: export
writeMolfile : {defaultV2000_ : MolVersion} ->Molfile'htc->String
  Converts a molecular graph to a string in mol format.

The given `version` is used for the format unless the molecul is
very large (more than 999 atoms or bonds), in which case V3000 *has*
to be used.

Totality: total
Visibility: export
writeSDFile : {defaultV2000_ : MolVersion} ->Molfile'htc->String
Totality: total
Visibility: export
writeSDF : {defaultV2000_ : MolVersion} ->List (Molfile'htc) ->String
Totality: total
Visibility: export