Docs are under construction. Content may be incomplete or change.

Run a Single-Point Calculation

Page type: Task guide
On this page

Use this procedure to evaluate the active structure without changing its atomic positions or cell. The scientific meaning of energies, forces, stress, and electronic outputs is developed in Single-Point Energies and Properties.

Open Single Point Setup

Single Point icon labelled SP

Activate the structure tab to be evaluated. In the top bar, open Calculate and select Single Point. The Single Point Setup dialog opens; its subtitle identifies the active structure.

In the left tool rail, select Calc, then select Single Point. The same Single Point Setup dialog opens. Both entry points act on the active structure tab.

Select the calculator state

In Calculator, select Model. For a GFN2 model, enter Total charge and Unpaired electrons for the intended electronic state. The additional GFN2 controls—SCF energy threshold, SCF density threshold, SCF max cycles, Electronic temp K, Mixer damping, SCF output interval, and Implicit solvation—appear in the same section.

For an MLIP model, charge, spin, and electronic-analysis controls do not give the structure-only model an electronic state. The dialog disables output choices that the selected model cannot provide and displays the reason below the disabled label.

Static asset requirements and current cache status appear below the calculator fields when the selected runtime or model weights require preparation. Actual download preparation begins after Start. A model that is downloaded is available to load; its presence does not establish suitability for the structure.

Select Outputs

In Outputs, select each required property:

Visible labelResult produced when supported
EnergyTotal model energy
ForcesAtomic force array
StressCell stress tensor
ChargesAtomic population analysis
DOSElectronic density-of-states data
PDOSProjected density-of-states data
Charge densitycharge_density.cube
NCI cubesnci_rdg.cube and nci_sign_lambda2_rho.cube
WFNwavefunction.wfn

Energy and Forces are the basic fixed-geometry channels. Select other outputs only when the calculator and subsequent analysis require them. Cube and wavefunction outputs can be substantially larger than scalar or tabular results.

Start the calculation

Select Start. Tako closes the setup dialog and creates SP-<N>-calc in Explorer before the numerical work finishes. The folder contains the copied input structure and generated run record under input, while calculation progress, asset-download progress, and diagnostic messages appear in the calculation and Console surfaces.

To leave without creating a calculation, select Cancel. The header close button has the accessible name Close setup and performs the same action.

Open the result

When the workspace completes, expand SP-<N>-calc in Explorer. Open output/result.json for the structured result and output/log.txt for the calculation trace. Requested property artifacts appear beside them, for example charges.json, dos.json, pdos.json, the selected cube files, or wavefunction.wfn.

Open DOS/PDOS, charge, and cube artifacts with their corresponding result views. A plot or isosurface is a view of the stored numerical artifact; retain the artifact and its settings when reporting the result.

A completed workspace means that Tako received a structured result. The geometry is not thereby stationary, and energies are comparable only under a consistent calculator and reference. Inspect the force array, the calculator state, and every requested artifact before using the result.

Request NCI outputs

Select NCI cubes in Outputs to request Tako’s non-covalent interaction (NCI) fields alongside the base single-point result. The option requires a GFN2 or GFN2+D4 calculator; an MLIP model exposes no electron density, so the checkbox is disabled and the dialog states the reason.

NCI cubes output option showing the exact RDG and signed-density description

Selecting NCI cubes computes the electron density on Tako’s fixed grid and returns two paired cube artifacts:

ArtifactScalar fieldRole
nci_rdg.cubereduced density gradient (RDG), dimensionlessisosurface geometry
nci_sign_lambda2_rho.cubesign(λ2)ρ\operatorname{sign}(\lambda_2)\rho, nominal e bohr3^{-3}color field for the RDG surface

Both cubes originate from the same runtime grid and are meant to be opened together, not read individually. Because the NCI stage reuses the same GFN2 SCF as Energy and Forces, charge, unpaired electrons, geometry, and implicit solvation all affect the resulting density. There are no visible controls for grid shape, padding, density floor, or isovalue; current values are fixed in the runtime.

Continue with Inspect Cube and Grid Data to pair and render the two cubes, and with Density Fields, NCI Analysis, and Volumetric Data for the RDG/signed-density theory and interpretation limits.

Conditional states

Visible stateMeaningAction
An output is disabled and explanatory text mentions MLIPThe selected model exposes only structural channelsSelect GFN2 when the question requires electronic output, or remove that request
Calculation needs one cell appearsMultiple visible periodic layers have incompatible cells and cannot be submitted as one structureCompose the visible layers into one consistent cell or hide the layers that do not belong to the calculation
Static model/runtime rows are shown in the dialogThe selected calculator has asset requirements and a current cache stateReview the requirement; after Start, follow actual preparation progress in the calculation/Console UI or use Model Manager beforehand
SP-<N>-calc remains failedValidation, asset preparation, SCF, engine execution, or result publication failedOpen output/log.txt; correct the first substantive error before rerunning
Energy is finite but forces are largeThe fixed-geometry evaluation completed away from a stationary pointPreserve the result if that geometry was intentional; otherwise run a separate optimization

Tako Script uses a separate contract. See Single-Point Calculations with Tako Script rather than translating this interface procedure field by field.