OPTIMADE
OPTIMADE copied to clipboard
Specification of a common REST API for access to materials databases
@sauliusg made a remark that it would be good to know whether a property comes directly out of the underlying data source, or if it has been processed (probably to...
I think a potentially useful piece of syntax that we are missing is the ability to specify `response_fields` relative to the default response for that implementation. Typically you run into...
I recently had a discussion with Adam Hospital about making the OPTIMADE standard suitable for biomolecular data. The most important data to share, that is not standard in Optimade, would...
It has been suggested (Issue #42, PR #69) to have operator similar to SQL "LIKE" in a query language. Since there are reservations about implementing 'LIKE "%string%"' construct as being...
This point was raised on the forums (by @oarcelus) here: https://matsci.org/t/cod-response-does-not-include-response-fields-in-next-link/39530. Currently the pymatgen `OptimadeRester` (and presumably other clients) rely on the fact that they can just use the `links->next`...
Also another thing. Now that we are getting into a bit more of a serious phase: no one knows if GitHub will suddenly change their URL structure. Should we not...
Offering implementation of the "LIKE", "NOT LIKE" and "UNLIKE" string matching operators in the Filter grammar, and briefly describing their semantics. Alternatively, offering implementation of the "MATCH /regexp/" operator.
I'll throw a wrench into the discussion. `nelements` should equal `len(elements)`, this is fine. In an experiment with known impurities, a DB might want to list those impurities but not...
### General description of the Issue Currently, the **[reference](https://github.com/Materials-Consortia/OPTIMADE/blob/develop/optimade.rst#74references-entries)** section assumes that the persistent identifiers for an Entry are always created using DOI. Since the DOI identifiers are just a...
At the 2021 workshop, we discussed including an OPTIONAL `archives` entry type and corresponding endpoint in the specification. Below is an incomplete summary of the ideas that were discussed (please...