NAME

Chemistry::File::CML - CML reader

SYNOPSIS

use Chemistry::File::CML;

# read a molecule
my $mol = Chemistry::Mol->read('myfile.cml');

DESCRIPTION

Chemical Markup Language reader.

This module automatically registers the 'cml' format with Chemistry::Mol.

This version only reads some of the information available in CML files. It does not read stereochemistry yet, but this is envisaged in future. Writing CML files is not implemented yet too.

This module is part of the PerlMol project, https://github.com/perlmol.

SOURCE CODE REPOSITORY

https://github.com/perlmol/Chemistry-File-CML

SEE ALSO

Chemistry::Mol

AUTHOR

Andrius Merkys <merkys@cpan.org>

COPYRIGHT

Copyright (c) 2022 Andrius Merkys. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.