VisitModelInnerServer

class VisitModelInnerServer : public feasst::VisitModelInner

Model anisotropic sites by the relative orientation of five angles in 3D as described in VisitModelInnerTable.

The client receives byte strings which are the following eight csv,

squared_distance, s1, s2, e1, e2, e3, type1, type2

where the squared_distance is the square of the distance between the centers of two sites, the types are the types of the sites (see Configuration), the s1, s2 are the spherical coordinate angles as descirbed in the Position class, and e1, e2, e3 are the Euler angles.

Arguments

  • ignore_energy: do not read the energy table (default: false).

  • server_site[i]: add the i-th type of site to include with this potential. The “[i]” is to be substituted for an integer 0, 1, 2, …

  • Server arguments.