InChIKey¶
Non-Scalar Structural
The International Chemical Identifier Key (InChIKey) of a material is derived from the InChI. It is a 27 character non-human readable condensed digital representation of the InChI, also known as a hash.1
Notation¶
The InChIKey is a 14-8-1 character string. The first 14 characters represent the connectivity and charge information. The next 8 character represent the remaining sublayer information. The final character represents the kind of InChIKey being generated, including the version of InChI used.
The 14-8-1 Character string is represented as follows:
1 |
|
Examples¶
Methane (CH4)2¶
InChIKey: VNWKTOKETHGBQD-UHFFFAOYSA-N
1 2 3 4 5 |
|
Water (H2O)3¶
InChIKey: XLYOFNOQVPJJNP-UHFFFAOYSA-N
1 2 3 |
|
Schema¶
The JSON schema and an example representation for this property can be found here.