geometricmd.curve_shorten_pbc.compute_trajectory(trajectory, local_num_nodes, energy, tol, filename, configuration, length_function=<function length>, W=1.0, pressure=1.0)[source]¶This function updates the trajectory object positions to represent the shortest curve.
| Parameters: |
|
|---|
geometricmd.curve_shorten_pbc.find_geodesic_midpoint(start_point, end_point, start_cell, end_cell, number_of_inner_points, dimension, mass_matrix, molecule, energy, node_number, length_function, W, pressure)[source]¶This function computes the local geodesic curve joining start_point to end_point using the L-BFGS method.
| Parameters: |
|
|---|---|
| Returns: | The node number for which the returned midpoint corresponds to. numpy.array :
|
| Return type: | int |