CalculateAngle (Node)

Calculate angle between three sites
Context Analysis
Name Required? Yes
Branches

Overview

The CalculateAngle node calculates the angle, in degrees, between three provided sites $i$, $j$, and $k$, which are referenced from Select nodes.

Description

CalculateAngle is one of several calculation nodes that determine and store a numerical result, ready for retrieval and use by other nodes in a procedure.

CalculateAngle determines the angle $i$-$j$-$k$ between the selected sites $i$, $j$, and $k$, obeying minimum image distances if the encompassing box is periodic. The resulting value is measured in degrees.

Configuration

Control

Keyword Arguments Default Description
I name Site that represents $i$ in the angle $i$-$j$-$k$, taken from the named Select node.
J name Site that represents $j$ in the angle $i$-$j$-$k$, taken from the named Select node.
K name Site that represents $k$ in the angle $i$-$j$-$k$, taken from the named Select node.
Last modified March 10, 2023: Web docs styling (#1350) (43924dc)