Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port "Molecule Objects" functions #35

Open
62 tasks
maneetgoyal opened this issue Aug 29, 2021 · 1 comment
Open
62 tasks

Port "Molecule Objects" functions #35

maneetgoyal opened this issue Aug 29, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@maneetgoyal
Copy link
Contributor

H. Molecule Objects

  • IXA_MOL_Create
  • IXA_MOL_Clear
  • IXA_MOL_Destroy
  • IXA_MOL_ReadMolfile
  • IXA_MOL_ReadInChI
  • IXA_MOL_SetChiral
  • IXA_MOL_GetChiral
  • IXA_MOL_CreateAtom
  • IXA_MOL_SetAtomElement
  • IXA_MOL_SetAtomAtomicNumber
  • IXA_MOL_SetAtomMass
  • IXA_MOL_SetAtomCharge
  • IXA_MOL_SetAtomRadical
  • IXA_MOL_SetAtomHydrogens
  • IXA_MOL_SetAtomX
  • IXA_MOL_SetAtomY
  • IXA_MOL_SetAtomZ
  • IXA_MOL_CreateBond
  • IXA_MOL_SetBondType
  • IXA_MOL_SetBondWedge
  • IXA_MOL_SetDblBondConfig
  • IXA_MOL_CreateStereoTetrahedron
  • IXA_MOL_CreateStereoRectangle
  • IXA_MOL_CreateStereoAntiRectangle
  • IXA_MOL_SetStereoParity
  • IXA_MOL_CreatePolymerUnit (new in v. 1.06)
  • IXA_MOL_GetPolymerUnitId (new in v. 1.06)
  • IXA_MOL_GetPolymerUnitIndex (new in v. 1.06)
  • IXA_MOL_SetPolymerUnit (new in v. 1.06)
  • IXA_MOL_GetNumAtoms
  • IXA_MOL_GetNumBonds
  • IXA_MOL_GetAtomId
  • IXA_MOL_GetBondId
  • IXA_MOL_GetAtomIndex
  • IXA_MOL_GetBondIndex
  • IXA_MOL_GetAtomNumBonds
  • IXA_MOL_GetAtomBond
  • IXA_MOL_GetCommonBond
  • IXA_MOL_GetBondAtom1
  • IXA_MOL_GetBondAtom2
  • IXA_MOL_GetBondOtherAtom (new in v. 1.06)
  • IXA_MOL_GetAtomElement
  • IXA_MOL_GetAtomAtomicNumber
  • IXA_MOL_GetAtomMass
  • IXA_MOL_GetAtomCharge
  • IXA_MOL_GetAtomRadical
  • IXA_MOL_GetAtomHydrogens
  • IXA_MOL_GetAtomX
  • IXA_MOL_GetAtomY
  • IXA_MOL_GetAtomZ
  • IXA_MOL_GetBondType
  • IXA_MOL_GetBondWedge
  • IXA_MOL_GetDblBondConfig
  • IXA_MOL_GetNumStereos
  • IXA_MOL_GetStereoId
  • IXA_MOL_GetStereoIndex
  • IXA_MOL_GetStereoTopology
  • IXA_MOL_GetStereoCentralAtom
  • IXA_MOL_GetStereoCentralBond
  • IXA_MOL_GetStereoNumVertices
  • IXA_MOL_GetStereoVertex
  • IXA_MOL_GetStereoParity
@maneetgoyal maneetgoyal added the enhancement New feature or request label Aug 29, 2021
@maneetgoyal maneetgoyal added this to the Upgrade 3.0 milestone Aug 29, 2021
@maneetgoyal
Copy link
Contributor Author

How to port the functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants