This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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)
python biopython

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?

0 answers

No answers yet.

Log in to answer this question.