Rosetta
|
Functions | |
def | normalize (array) |
Variables | |
r_n | |
r_ca | |
r_c | |
jacobian = zeros((4, 4)) | |
r_1 = array([r_n[0], r_ca[0], r_n[1], r_ca[1], r_n[2], r_ca[2]]) | |
r_2 = array([r_ca[0], r_c[0], r_ca[1], r_c[1], r_ca[2], r_c[2]]) | |
def | axis = normalize(r_2 - r_1) |
cross_56 = cross(axis[4], axis[5]) | |
distance = r_1[5] - r_1[i] | |
def | direction = axis[i] |
int | result = 1 / abs(det(jacobian)) |
def build_jacobian.normalize | ( | array | ) |
References sum().
Referenced by calculate_helical_parameters(), and protocols::hotspot_hashing.tryParseLSMSpec().
Referenced by SuperDeviationMover.apply(), SpartaSuperDeviationMover.apply(), apps::pilot::HelixMover.apply(), JDmover.apply(), HotspotPlacementMover.apply(), assign_models(), average_degree(), Tet4HMatchAligner.bondedN(), calc_contacts(), calculate_theoretical_RNA_length(), HbondZincBackbone.carbonyl_hbond_search(), change_floating_sc_geometry(), check_coords_match(), choose_centroids(), compute_chi(), HECTMover.create_extra_output(), distance_from_line2D(), dock(), find_clusters(), lactamize.find_lactams(), find_residues_around_mutation(), fit_helix_in_map(), get_atom_vdw(), get_contacts(), get_distance_around_rna_base(), get_distances(), get_distances_around_rna_backbone(), get_interface_type(), get_num_nbrs(), get_RNA_binding_residues(), utility::vector1< bool, A >.index(), utility::vector1< T, A >.index(), interface_between_chains(), utility::graph::RingDetection< Graph >.LengthOfSmallestCycleWithVertex(), main(), mg_hires_pdbstats_from_pose(), mg_pdbstats_from_pose(), neighbor_count(), ui::task::Node.node_index(), place_water_acceptor(), place_water_donor(), DisulfideBondEnergy.probability(), DisulfideBondEnergy.rebuildAndDetectDisulfideBond(), apps::pilot::momeara::HBondConformation.relax_pose_around_hbond(), FragmentAssemblyMover.run(), run_tyr_his(), run_zn2his(), search_other_atoms(), apps::pilot::HelixMover.slide_non_ideal_helix(), utility::keys::ClassKeyVector< K, T, C >.sort(), sphere_cen_nc_calculator(), sphere_FA_nc_anyatom_calculator(), sphere_FA_nc_calculator(), PhProtocol.titrate_pH(), utility::graph::RingSizeVisitor< Graph, DistanceMap, LabelMap >.tree_edge(), apps::public1::scenarios::chemically_conjugated_docking.ubq_ras_distance(), and update_double_vesicle().
build_jacobian.jacobian = zeros((4, 4)) |
build_jacobian.r_c |
build_jacobian.r_ca |
build_jacobian.r_n |
int build_jacobian.result = 1 / abs(det(jacobian)) |