NAME

Chemistry::File::OPTIMADE - OPTIMADE reader

SYNOPSIS

use Chemistry::File::OPTIMADE;

# read a molecule
my $file = Chemistry::File::OPTIMADE->new( file => 'myfile.json' );
my $mol = $file->read();

DESCRIPTION

OPTIMADE structure representation reader.

SOURCE CODE REPOSITORY

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

SEE ALSO

Chemistry::Mol, Chemistry::File

The OPTIMADE Home Page at https://www.optimade.org

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.