Skip to content

Releases: LiuJiuding/Chem4D

Chem4D v2.0.0

14 Dec 02:59
Compare
Choose a tag to compare

Major feature release.
Add a new plugin Crystal for reading small structure cif file. Original mol reader plugin has been renamed as Molecule.

  1. Import inorganic structure .cif file.
  2. Change overall atom radius, atom segements and bond radius.
  3. Change atom color and radius for each element in the crystal.
  4. Reads the elements.txt file to set initial atom radius and color, you can add element symbols and modify this file. e.g. H radius R G B
  5. You can choose where to generate polyhedral. Guess mode will guess charge on each site, and polyhedral will be build on site with positive charge. Do not use guess mode when a unit cell is big, it is very slow e.g. ZIF-8. Symbol or Label mode will use input symbol or label as polyhedral center. Label can be found in cif file under _atom_site_label, and symbol is pure element symbol. Multiple words should be seperated by space.
  6. Change cell a, b, c dimention

Chem4D

29 Oct 08:16
Compare
Choose a tag to compare

v1.0.0

Features in initial release.

  1. Import .mol and .mol2 files
  2. Change overall atom radius, atom segements and bond radius
  3. Change atom color and radius for each element in the molecular
  4. Chem4D reads the AtomProperties.txt file to set initial atom radius and color, you can add element symbols and modify this file. e.g. H radius R G B

Issues.

  • Can NOT undo if you delete the Chem4D object in Attribute Manager.