Uses of Class
ffx.potential.openmm.OpenMMDoubleArray
Packages that use OpenMMDoubleArray
-
Uses of OpenMMDoubleArray in ffx.potential.openmm
Methods in ffx.potential.openmm with parameters of type OpenMMDoubleArrayModifier and TypeMethodDescriptionvoidOpenMMCustomAngleForce.addAngle(int i1, int i2, int i3, OpenMMDoubleArray parameters) Add an angle force to the OpenMM System.voidOpenMMCustomBondForce.addBond(int i1, int i2, OpenMMDoubleArray parameters) Add a bond to the OpenMM System.voidOpenMMCustomCentroidBondForce.addBond(OpenMMIntArray groups, OpenMMDoubleArray parameters) Add a bond between two groups to the force.voidOpenMMCustomCompoundBondForce.addBond(OpenMMIntArray particles, OpenMMDoubleArray parameters) Add a Custom Compound Bond to the OpenMM System.voidOpenMMCustomCentroidBondForce.addGroup(OpenMMIntArray atoms, OpenMMDoubleArray weight) Add a atoms of atoms to the force.voidAmoebaMultipoleForce.addMultipole(double charge, OpenMMDoubleArray dipole, OpenMMDoubleArray quadrupole, int axisType, int zaxis, int xaxis, int yaxis, double thole, double pdamp, double polarizability) Add a multipole.voidOpenMMCustomExternalForce.addParticle(int index, OpenMMDoubleArray particleParameters) Add a particle to the force.voidOpenMMCustomGBForce.addParticle(OpenMMDoubleArray particleParameters) Add a particle to the force.voidOpenMMCustomNonbondedForce.addParticle(OpenMMDoubleArray parameters) Add a particle to the force.voidOpenMMDoubleArray3D.set(int d1, int d2, OpenMMDoubleArray value) Set the value of the array at the given index.voidOpenMMCustomAngleForce.setAngleParameters(int index, int i1, int i2, int i3, OpenMMDoubleArray parameters) Set the parameters for one angle in the OpenMM System.voidOpenMMCustomBondForce.setBondParameters(int index, int i1, int i2, OpenMMDoubleArray parameters) Set the parameters for one bond in the OpenMM System.voidOpenMMCustomCompoundBondForce.setBondParameters(int index, OpenMMIntArray particles, OpenMMDoubleArray parameters) Set the parameters for a Custom Compound Bond.voidAmoebaMultipoleForce.setExtrapolationCoefficients(OpenMMDoubleArray exptCoefficients) Set extrapolation coefficients.voidAmoebaMultipoleForce.setMultipoleParameters(int index, double charge, OpenMMDoubleArray dipoles, OpenMMDoubleArray quadrupoles, int axisType, int zaxis, int xaxis, int yaxis, double thole, double pdamp, double polarizability) Set the multipole parameters.voidOpenMMCustomGBForce.setParticleParameters(int index, OpenMMDoubleArray particleParameters) Set the particle parameters.