Off topic:how to calculate all atom to all atom distances for less than 5 angstrom
0
0
Entering edit mode
7.2 years ago
python ▴ 20

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 • 3.7k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2532 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6