Class InChIJS

java.lang.Object
org.jmol.inchi.InChIJS
All Implemented Interfaces:
JmolInChI

public class InChIJS extends Object implements JmolInChI
This class adapts Richard Apodaca's 2020 molfile-to-inchi LLVM-derived Web Assembly implementation of IUPAC InChI v. 1.05. see https://depth-first.com/articles/2020/03/02/compiling-inchi-to-webassembly-part-2-from-molfile-to-inchi/ Note that this initialiation is asynchronous. One has to either use sync inchi or invoke a call to generate an InChI, such as: x = {none}.find("inchi")
  • Constructor Details

    • InChIJS

      public InChIJS()
  • Method Details