| subroutine mod_compute_analytic_sdamm::energy_analytic_dh_imgchg_sdamm | ( | type (array_protein_type), intent(in), target | tab_protein, |
| type (type_force_energy), intent(in) | param_force_energy, | ||
| real (kind=8 ), dimension(:,:), intent(inout) | array_energy | ||
| ) |
| subroutine mod_compute_analytic_sdamm::energy_analytic_dh_sdamm | ( | type ( array_protein_type ), intent(in), target | tab_prot, |
| type ( geometry ), intent(in) | geom, | ||
| integer, intent(in) | nb_prot, | ||
| type ( type_force_energy ), intent(in) | param_force_energy, | ||
| real ( kind=8 ), dimension ( :,: ) | array_energy | ||
| ) |
Compute energy for sdamm calculation.
.
| tab_prot | : instance of array_protein_type |
| geom | : instance of geometry |
| nb_prot | : total number of solutes |
| param_force_energy | : instance of type_force_energy |
| array_energy | : return updated array_energy |
| subroutine mod_compute_analytic_sdamm::energy_analytic_hom_charged_surf_sdamm | ( | type(array_protein_type), intent(in), target | tab_protein, |
| type(type_force_energy), intent(in) | param_force_energy, | ||
| real(kind=8), dimension (:,:), intent(inout) | array_energy | ||
| ) |
| subroutine mod_compute_analytic_sdamm::energy_full_analytic_dh_imgchg_sdamm | ( | type(protein), intent(in) | prot2, |
| integer | type_p2, | ||
| real(kind=8), intent(in) | image_dist, | ||
| real(kind=8), intent(out) | energy2_analytic | ||
| ) |
| subroutine mod_compute_analytic_sdamm::energy_full_analytic_hom_charged_surf_sdamm | ( | type(protein), intent(in) | prot1, |
| type(protein), intent(in) | prot2, | ||
| integer, intent(in) | type_p2, | ||
| real(kind=4), intent(in) | dist, | ||
| real(kind=8), intent(out) | en_analytic | ||
| ) |
| subroutine mod_compute_analytic_sdamm::energy_partial_analytic_dh_imgchg_sdamm | ( | type ( protein ), intent(in) | prot2, |
| integer | type_p2, | ||
| real( kind=8 ), intent(in) | image_dist, | ||
| real ( kind=8 ), intent(out) | energy2_partial | ||
| ) |
| subroutine mod_compute_analytic_sdamm::energy_partial_analytic_hom_charged_surf_sdamm | ( | type(protein), intent(in) | prot1, |
| type(protein), intent(in) | prot2, | ||
| integer, intent(in) | type_p2, | ||
| real(kind=4), intent(in) | dist, | ||
| real(kind=8), intent(out) | en_partial | ||
| ) |
| subroutine mod_compute_analytic_sdamm::force_analytic_dh_imgchg_sdamm | ( | type(array_protein_type), intent(in), target | tab_protein, |
| type(type_force_energy), intent(in) | param_force_energy, | ||
| real(kind=8), dimension (:,:), intent(inout) | all_force, | ||
| real(kind=8), dimension (:,:), intent(inout) | all_torque | ||
| ) |
| subroutine mod_compute_analytic_sdamm::force_analytic_dh_sdamm | ( | type ( array_protein_type ), intent(in), target | tab_prot, |
| type ( geometry ), intent(in) | geom, | ||
| integer, intent(in) | nb_prot, | ||
| type ( type_force_energy ), intent(in) | param_force_energy, | ||
| real ( kind=8 ), dimension ( :,: ) | all_force, | ||
| real ( kind=8 ), dimension ( :,: ) | all_torque | ||
| ) |
Compute force with analytic function.
| tab_prot | : instance of array_protein_type |
| geom | : instance of geometry |
| nb_prot | : total number of solutes |
| param_force_energy | : instance of type_force_energy |
| all_force,all_torque | : return all forces and torques |
| subroutine mod_compute_analytic_sdamm::force_analytic_hom_charged_surf_sdamm | ( | type ( array_protein_type ), intent(in), target | tab_protein, |
| type ( geometry ), intent(in) | geom, | ||
| integer, intent(in) | nb_prot, | ||
| type ( type_force_energy ), intent(in) | param_force_energy, | ||
| real ( kind=8 ), dimension ( :,: ) | all_force, | ||
| real ( kind=8 ), dimension ( :,: ) | all_torque | ||
| ) |
| subroutine mod_compute_analytic_sdamm::force_full_analytic_dh_imgchg_sdamm | ( | type ( protein ), intent(in) | prot2, |
| integer, intent(in) | type_p2, | ||
| real( kind=8 ), intent(in) | image_dist, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff_analytic | ||
| ) |
Convert to kT/A
| subroutine mod_compute_analytic_sdamm::force_full_analytic_hom_charged_surf_sdamm | ( | type ( protein ), intent(in) | prot1, |
| type ( protein ), intent(in) | prot2, | ||
| integer | type_p1, | ||
| integer | type_p2, | ||
| real( kind=8 ), intent(in) | dist, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff_analytic | ||
| ) |
Convert to kT/A
| subroutine mod_compute_analytic_sdamm::force_partial_analytic_dh_imgchg_sdamm | ( | type ( protein ), intent(in) | prot2, |
| integer, intent(in) | type_p2, | ||
| real ( kind=8 ), intent(in) | image_dist, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff_partial, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | tt_partial | ||
| ) |
Convert to kT/A
| subroutine mod_compute_analytic_sdamm::force_partial_analytic_hom_charged_surf_sdamm | ( | type ( protein ), intent(in) | prot1, |
| type ( protein ), intent(in) | prot2, | ||
| integer | type_p1, | ||
| integer | type_p2, | ||
| real ( kind=8 ) | dist, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff_partial, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | tt_partial | ||
| ) |
Convert to kT/A
| subroutine mod_compute_analytic_sdamm::pair_energy_full_analytic_sdamm | ( | type ( protein ), intent(in) | prot1, |
| type ( protein ), intent(in) | prot2, | ||
| integer | type_p1, | ||
| integer | type_p2, | ||
| real( kind=4 ), intent(in) | dist, | ||
| real ( kind=8 ), intent(out) | energy1, | ||
| real ( kind=8 ), intent(out) | energy2 | ||
| ) |
| subroutine mod_compute_analytic_sdamm::pair_energy_partial_analytic_sdamm | ( | type ( protein ), intent(in) | prot1, |
| type ( protein ), intent(in) | prot2, | ||
| real ( kind=8 ), dimension(3), intent(in) | pos_relat, | ||
| integer | type_p1, | ||
| integer | type_p2, | ||
| real( kind=4 ), intent(in) | dist, | ||
| real ( kind=8 ), intent(out) | energy1, | ||
| real ( kind=8 ), intent(out) | energy2 | ||
| ) |
| subroutine mod_compute_analytic_sdamm::pair_force_full_analytic_sdamm | ( | type ( protein ), intent(in) | prot1, |
| type ( protein ), intent(in) | prot2, | ||
| real ( kind=8 ), dimension ( 3 ), intent(in) | pos_relat, | ||
| integer | type_p1, | ||
| integer | type_p2, | ||
| real( kind=4 ), intent(in) | dist, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff2, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff1 | ||
| ) |
Convert to kT/A
Convert to kT/A
| subroutine mod_compute_analytic_sdamm::pair_force_partial_analytic_sdamm | ( | type ( protein ), intent(in) | prot1, |
| type ( protein ), intent(in) | prot2, | ||
| real ( kind=8 ), dimension(3), intent(in) | pos_relat, | ||
| integer | type_p1, | ||
| integer | type_p2, | ||
| real ( kind=4 ) | dist, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff2, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | ff1, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | tt2, | ||
| real ( kind=8 ), dimension ( 3 ), intent(out) | tt1 | ||
| ) |
Convert to kT/A
Convert to kT/A
1.9.8
Imprint/Privacy