3DStructGen is an interactive web-based application for viewing and editing non-periodic molecules and crystals. It can also perform various calculations on molecules or crystal structures, which can be utilized in many fields. And you don't need any installation, additional plugins or Java, which is of great convenience.
You can create molecules of any structures by choosing elements and adding one atom at a time, or load existing files in different formats alternatively. You are free to edit and modify any loaded structures and use optimize button to optimize structures of your own creation.
We pay special attention to crystal structures. For crystal structures (in .CIF format), we can view molecules in different modes and make useful calculations on them.
Your browser does NOT appear to support the required HTML5 Canvas element.
The interactive drawing window used on this website requires HTML5, which is NOT supported by version 8 or lower of Microsoft Internet Explorer. To use this site, you will need to use a browser that supports the Canvas element and a few other features of HTML5. The followings are several freely available web browsers that should work with this interface.
Currently, touch screen devices are NOT fully supported by this interface. While the web page will load, several important tasks do not function properly on tablets or other touch screen devices.
In default, you are in View Mode. You can swicth to Drawing Mode at any time you want by click the switch button at top left.
Initially, the methane molecule is displayed on the canvas when the page is loaded.
Switch button between two modes.
Load or export files, and you can save a screen shot of the plot as well.
> For crystal structures, you can build crystals systematically.
Enter the parameters of the crystal, and add one or more atom as you want.
> When the cleaving surface operation is finished, you can build a slab of vacuum by entering the thickness you want.
> For crystal structures, you can cleave the structure to get a specific surface as you want.
> For crystal structures, you can create supercells by entering numbers of periods along each axes.
> For crystal structures, you can call symmetry informations (irreducible k-points, space group). They are shown in system window.
> Optimize the structures using mechanics.
> Optimize the structure using ChemKit API with UFF forcefield method in Open Babel.
> Initialize canvas to methane molecule.
> Clear the canvas completely.
> Clear system window.
> Clear property window.
> For crystal structures, you can generate KPOINT, POSCAR, INCAR and POTCAR files for VASP.
> For non-periodic molecules, you can initiate Gaussian calculation and export the result.
> For MOF structures, you can highlight framework, solvent or guest molecule if you want.
Framework highlighted> For MOF structures, you can hide framework, solvent or guest molecule if you want.
Guest hidedGet the documentation of 3DStructGen
There are two sets of left buttons. Left ones are for various viewing operation. Right ones are for editing operations.
Show the coordinates of atoms in system window.
Attach labels on each atoms of the display.
Change mouse operation into translate mode. It means that if you click and drag the srceen, molecule will translate with the mouse.
Change mouse operation into rotate mode. It means that if you click and drag the srceen, molecule will rotate with the mouse.
Hide or show all the H atoms.
Hide or show all bonds.
Hide or show "OABC" labels along axes of crystal cube. Only for crystal structures.
How to display atoms and bonds on canvas. There are three styles for chosen:
You can make the molecule rotate without mouse draging.
> // Make the molecule rotate around axes automatically.
> One single rotation along axes. You can set the angle of the rotation.
View the molecule along "a", "b", or "c" axis.
Zoom in or zoom out, or back to normal size.
For crystal structures, you can display the molecule in four different styles.
For crystal structures, hide or show the cube.
Recenter the molecule. Make it at the middle of the screen.
Set the background color of the display.
In draw mode, you can select the element of new atom by calling the periodic table below and select the element you want.
/// The sp type of new atom, indicating how many H atoms will be attached to the new atom automatically.
Change mouse operation into atom delete mode. In this mode, if you click on an atom, the atom will be deleted. Bonds and H atoms attached to the deleted atom will alse be deleted.
Change mouse operation into bond delete mode. In this mode, if you press on an atom, and then drag onto another atom and release, the bond between the two atoms will be deleted.
// Determine the type of bond being added next.
Click this button, and then you can select one bond (See ......). Once you have selected a bond, molecule will rotate till the bond is perpendicular to the screen. Then you can drag mouse to rotate part of the molecule around this bond.
You can translate atom by step, and set the step value if you want.
You can optimize the structure by pressing this button as well.
/ In draw mode, you can undo your last operation or redo your operation.
There are three banks at the right side.
Most of the operations can be performed by pure mouse actions. Some operations require a combination of both keyboard and mouse. Mouse indicates left button of mouse.
All of these operations can only be done in Draw Mode
First you should make sure is not presses. Then you should choose the element of the new atom by (default C element). Then you should choose the sp type of the new atom(default sp3). It determines how many bonds the atom can attach.
Now, you can add the new atom by:
Apart from the first way, new atom will be supplimented with H atoms according to its sp type.
First you should click . Then all you need is just to click on the atom you want to delete. Bonds and H atoms connected with it will be deleted as well.
First you must make sure that is not pressed. You should press mouse on one atom, and drag to another then release mouse. And then the bond between them will be created.
Just choose the bond type you want, and add it ignoring the existing bond. Old bond will be covered by the new one.
Click . Then press mouse on one atom, then drag to another one and release mouse. Then the bond between the two atoms will be deleted.
Currently, this program supports files in formats below:
For online calculation, 3DStructGen provides APIs of two computing software: VASP and Gaussian. It needs to be stated here, Vasp and Gaussian are both commercial programs, to use them you must have valid licenses first. To use these two online calculation programs in 3DStructGen, you must possess one Matgen account which has been associated with one Tianhe-2 supercomputer account.
First you should click vasp button under the calculation button in the top bar: > . Then in the following page appeared, you should choose potcar tab and set the original potcar value in that page. Click the submit and run button, unless you has already login Matgen platform, otherwise it will bring you to the login page. After successfully login, it will automately jump to the Job Lists webpage in Matgen. In there you can view the job state of vasp calculation you just submitted.
First you should click Gaussian button under the calculation button in the top bar: > . Then in the following page appeared, set the original Gaussian value in that page. Click the view and run button, and you can view the file content to submit in the result page. Click run button to submit job to Matgen platform. Unless you has already login Matgen platform, otherwise it will bring you to the login page. After successfully login, it will automately jump to the Job Lists webpage in Matgen. In there you can view the job state of gaussian calculation you just submitted.