User Tools

Site Tools


code:force_env_calc_energy_force

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
code:force_env_calc_energy_force [2015/01/20 20:57] – created oschuettcode:force_env_calc_energy_force [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 7: Line 7:
 node [shape=box]; node [shape=box];
 EIP [tooltip="Empirical Interatomic Potential"]; EIP [tooltip="Empirical Interatomic Potential"];
-EP [tooltip="Non-orthogonal perturbation"]; 
 FIST [tooltip="Classical Force Fields"]; FIST [tooltip="Classical Force Fields"];
 MIXED [tooltip="Combine two force-environmens"];  MIXED [tooltip="Combine two force-environmens"]; 
 QMMM [tooltip="Hybrid quantum classical"]; QMMM [tooltip="Hybrid quantum classical"];
-QUICKSTEP [tooltip="Electronic structure methods (DFT, ...)"];+QUICKSTEP [tooltip="Electronic structure methods (DFT, ...)", URL="http://cp2k.org/code:qs_forces"];
  
 method -> EIP; method -> EIP;
-method -> EP; 
 method -> FIST; method -> FIST;
 method -> MIXED; method -> MIXED;
 method -> QMMM; method -> QMMM;
 method -> QUICKSTEP; method -> QUICKSTEP;
 +
 +
 +return [shape=ellipse, label="RETURN"];
 +EIP -> return;
 +FIST -> return;
 +MIXED -> return;
 +QMMM -> return;
 +QUICKSTEP -> return;
  
  
 } }
 </graphviz> </graphviz>
code/force_env_calc_energy_force.1421787425.txt.gz · Last modified: 2020/08/21 10:14 (external edit)