How can I calculate center of mass for a molecule(AU)?
Hello every body
I want to calculate the center of mass for a molecule I want to know which atom the center of mass hold on.
pleas give me a full help.
thanks
Take a look at gmx traj tool
https://manual.gromacs.org/documentation/2018/onlinehelp/gmx-traj.html
with the flag -com you will get the center of mass of the selected group. It most likely won't fall on top of another atom anyway, but you can look for the nearest one, if needed.
Best
Nicola
PyMol:
https://pymolwiki.org/index.php/Center_of_mass
use centerofmass command in pymol
How about calculating that in Materials Studio?
I tried the perl script below:
#!perl
use strict;
use Getopt::Long;
use MaterialsScript qw(:all);
# Open the document
my $doc = Documents->Import("D:/Z/POO_Files/Documents/POP/629815-QESJAA-cek.xsd");
my $molecule = $doc->Molecule;
my $center = $molecule->CenterOfMass;
printf("CenterOfMass is: %.3f, %.3f, %.3f (Å)\n", $center->X, $center->Y, $center->Z);
However, after debugging, it says:
There are no objects in the "Molecules" collection (function/property "Molecule")
Well, I confirm that there is a molecule inside.
https://www.youtube.com/watch?v=vEMj80ft6TU
Hi, I have problems with running gel electrophoresis. I have tried agarose gel electrophoresis and native PAGE. I have two proteins, which have molecular weights of ~30kDa and ~180kDa and two...
03 March 2021 4,275 4 View
Hi, im trying to make a projection in a 3d comsol model. I have a non uniforme chanel and my intention is to get the average tempreture in the y-z cross section and se the average tempreture...
02 March 2021 4,624 4 View
Hi all, I need to cleave the ester in Ethyl 2-amino-1H-imidazole-5-carboxylate to make the carboxylic acid and retrieve the product from solution to use in downstream applications of linking to...
01 March 2021 8,766 3 View
I am going to have a expression cloning of mammalian gene by using shuttle plasmid to transforming the E.coli However I don't know I should only inserting the Coding sequence ,or I can...
28 February 2021 5,440 3 View
Hi every body I need to collect datasets from different source to work on recommendation system algorithms, could you advise me how collect data?
27 February 2021 7,063 7 View
To be specific, I want to conduct an IV regression in stata with the following three equations. EQ1: Y1 ~Y2 Y3 X EQ2: Y2 ~ Z1 EQ3: Y3 ~ Z2 Both Y2 and Y3 are endogenous. However, Z1 and Z2 are...
23 February 2021 6,266 3 View
We have thin roots of from 1 year old different species of plants. We are looking into anatomical details of the roots. What's the best method to preserve and process the roots once they are...
23 February 2021 1,898 1 View
Hello I try to install and run the VMD software on windows 10 (64-bit).It doesn`t work and it is closed when I run it. I checked all of tutorials, videos and documents. But they did not work...
22 February 2021 8,211 3 View
About crack modeling in ABAQUS: Mode I (pure-tensile cracking) and Mode II (pure-shear cracking), these assumptions may be accruing in theoretical approach (ABAQUS) not practical in Lab....
19 February 2021 6,156 1 View
17 February 2021 8,533 2 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View
(This statement is from wikipedia, BTW). What is so special about metallic bond that is limiting high-P low-T state of a matter (as long as individual atoms exist, not white dwarf of neutron star...
02 March 2021 3,309 2 View
I want to do a parameter study of a aixsymmetric cylinder in Abaqus. I want to create several jobs where I get the stresses for 3 different points in my model. These points are defined. I wrote a...
01 March 2021 10,078 1 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
Hi, I want to calculate the radial distribution function for water molecules around the Na+ ions adsorbed on the surface of a spherical nanoparticle using the gromacs trajectory dynamically? For...
28 February 2021 5,650 1 View
Please, if Gaussian Parameter optimization is possible in this code structure
28 February 2021 278 3 View
I wanted to add an extra parameter to the existing Johnson cook equation in the ABAQUS simulation. How to add those extra parameters. Ref: A modified Johnson-Cook material model with strain...
28 February 2021 4,841 3 View
Dear all, I am trying to perform a MD simulation about the interaction between CO2 and a polymer. I create my model, solvate it and perform the NVT and NPT equilibration. Now I am not able to...
26 February 2021 10,014 3 View
I want to get a average structure from a pdb file containing multiple models. I used the command below: gmx cluster -f input.pdb -s topol.tpr -cutoff 20 -method gromos -av GROMACS...
25 February 2021 6,314 1 View