how to calculate all atom to all atom distances for less than 5 angstrom
how to calculate all atom to all atom distances for less than 5 angstrom i have extract coordinate from following code now what i have to do for calculating all atom to all atom distances for less than 5 angstrom
for model in structure:
for chain in model:
for residue in chain:
for atom in residue:
print (atom.get_vector(),atom.name)
• 3,862 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Do you mean "count atom-to-atom distances that are less than 5 Angstrom?"
Why have you asked 2 questions that are basically the same question? What was wrong with the help you were getting before?
Hello python!
Questions similar to yours can already be found at:
We have closed your question to allow us to keep similar content in the same thread.
If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.
Cheers!