Changes

Jump to navigation Jump to search

Tutorial for model free SBiNLab

97,504 bytes added, 15:52, 13 October 2017
|}
=== 01 02 - Test load of data ===
That looked to go fine, so let us try to just load data.
|
<source lang="bash">
script = '02_read_data.py'
----------------------------------------------------------------------------------------------------
# Python module imports.
from time import asctime, localtime
import os
 
# relax module imports.
from auto_analyses.dauvergne_protocol import dAuvergne_protocol
 
# Set up the data pipe.
#######################
 
# The following sequence of user function calls can be changed as needed.
 
# Create the data pipe.
bundle_name = "mf (%s)" % asctime(localtime())
name = "origin"
pipe.create(name, 'mf', bundle=bundle_name)
 
# Load the PDB file.
structure.read_pdb('energy_1.pdb', set_mol_name='ArcCALD', read_model=1)
 
# Set up the 15N and 1H spins (both backbone and Trp indole sidechains).
structure.load_spins('@N', ave_pos=True)
structure.load_spins('@NE1', ave_pos=True)
structure.load_spins('@H', ave_pos=True)
structure.load_spins('@HE1', ave_pos=True)
 
# Assign isotopes
spin.isotope('15N', spin_id='@N*')
spin.isotope('1H', spin_id='@H*')
 
# Load the relaxation data.
relax_data.read(ri_id='R1_600', ri_type='R1', frq=600.17*1e6, file='R1_600MHz_new_model_free.dat', mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7)
relax_data.read(ri_id='R2_600', ri_type='R2', frq=600.17*1e6, file='R2_600MHz_new_model_free.dat', mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7)
relax_data.read(ri_id='NOE_600', ri_type='NOE', frq=600.17*1e6, file='NOE_600MHz_new.dat', mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7)
relax_data.read(ri_id='R1_750', ri_type='R1', frq=750.06*1e6, file='R1_750MHz_model_free.dat', mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7)
relax_data.read(ri_id='R2_750', ri_type='R2', frq=750.06*1e6, file='R2_750MHz_model_free.dat', mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7)
relax_data.read(ri_id='NOE_750', ri_type='NOE', frq=750.06*1e6, file='NOE_750MHz.dat', mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7)
 
# Define the magnetic dipole-dipole relaxation interaction.
interatom.define(spin_id1='@N', spin_id2='@H', direct_bond=True)
interatom.define(spin_id1='@NE1', spin_id2='@HE1', direct_bond=True)
interatom.set_dist(spin_id1='@N*', spin_id2='@H*', ave_dist=1.02 * 1e-10)
interatom.unit_vectors()
 
# Define the chemical shift relaxation interaction.
value.set(-172 * 1e-6, 'csa', spin_id='@N*')
 
----------------------------------------------------------------------------------------------------
 
relax> pipe.create(pipe_name='origin', pipe_type='mf', bundle='mf (Fri Oct 13 17:51:28 2017)')
 
relax> structure.read_pdb(file='energy_1.pdb', dir=None, read_mol=None, set_mol_name='ArcCALD', read_model=1, set_model_num=None, alt_loc=None, verbosity=1, merge=False)
 
Internal relax PDB parser.
Opening the file 'energy_1.pdb' for reading.
RelaxWarning: Cannot determine the element associated with atom 'X'.
RelaxWarning: Cannot determine the element associated with atom 'Z'.
RelaxWarning: Cannot determine the element associated with atom 'OO'.
RelaxWarning: Cannot determine the element associated with atom 'OO2'.
Adding molecule 'ArcCALD' to model 1 (from the original molecule number 1 of model 1).
 
relax> structure.load_spins(spin_id='@N', from_mols=None, mol_name_target=None, ave_pos=True, spin_num=True)
Adding the following spins to the relax data store.
 
# mol_name res_num res_name spin_num spin_name
ArcCALD 1 SER 1 N
ArcCALD 2 PRO 14 N
ArcCALD 3 GLY 28 N
ArcCALD 4 LEU 35 N
ArcCALD 5 ASP 54 N
ArcCALD 6 THR 66 N
ArcCALD 7 GLN 80 N
ArcCALD 8 ILE 97 N
ArcCALD 9 PHE 116 N
ArcCALD 10 GLU 136 N
ArcCALD 11 ASP 151 N
ArcCALD 12 PRO 163 N
ArcCALD 13 ARG 177 N
ArcCALD 14 GLU 201 N
ArcCALD 15 PHE 216 N
ArcCALD 16 LEU 236 N
ArcCALD 17 SER 255 N
ArcCALD 18 HIS 266 N
ArcCALD 19 LEU 284 N
ArcCALD 20 GLU 303 N
ArcCALD 21 GLU 318 N
ArcCALD 22 TYR 333 N
ArcCALD 23 LEU 354 N
ArcCALD 24 ARG 373 N
ArcCALD 25 GLN 397 N
ArcCALD 26 VAL 414 N
ArcCALD 27 GLY 430 N
ArcCALD 28 GLY 437 N
ArcCALD 29 SER 444 N
ArcCALD 30 GLU 455 N
ArcCALD 31 GLU 470 N
ArcCALD 32 TYR 485 N
ArcCALD 33 TRP 506 N
ArcCALD 34 LEU 530 N
ArcCALD 35 SER 549 N
ArcCALD 36 GLN 560 N
ArcCALD 37 ILE 577 N
ArcCALD 38 GLN 596 N
ArcCALD 39 ASN 613 N
ArcCALD 40 HIS 627 N
ArcCALD 41 MET 645 N
ArcCALD 42 ASN 662 N
ArcCALD 43 GLY 676 N
ArcCALD 44 PRO 683 N
ArcCALD 45 ALA 697 N
ArcCALD 46 LYS 707 N
ArcCALD 47 LYS 729 N
ArcCALD 48 TRP 751 N
ArcCALD 49 TRP 775 N
ArcCALD 50 GLU 799 N
ArcCALD 51 PHE 814 N
ArcCALD 52 LYS 834 N
ArcCALD 53 GLN 856 N
ArcCALD 54 GLY 873 N
ArcCALD 55 SER 880 N
ArcCALD 56 VAL 891 N
ArcCALD 57 LYS 907 N
ArcCALD 58 ASN 929 N
ArcCALD 59 TRP 943 N
ArcCALD 60 VAL 967 N
ArcCALD 61 GLU 983 N
ArcCALD 62 PHE 998 N
ArcCALD 63 LYS 1018 N
ArcCALD 64 LYS 1040 N
ArcCALD 65 GLU 1062 N
ArcCALD 66 PHE 1077 N
ArcCALD 67 LEU 1097 N
ArcCALD 68 GLN 1116 N
ArcCALD 69 TYR 1133 N
ArcCALD 70 SER 1154 N
ArcCALD 71 GLU 1165 N
ArcCALD 72 GLY 1180 N
ArcCALD 73 THR 1187 N
ArcCALD 74 LEU 1201 N
ArcCALD 75 SER 1220 N
ArcCALD 76 ARG 1231 N
ArcCALD 77 GLU 1255 N
ArcCALD 78 ALA 1270 N
ArcCALD 79 ILE 1280 N
ArcCALD 80 GLN 1299 N
ArcCALD 81 ARG 1316 N
ArcCALD 82 GLU 1340 N
ArcCALD 83 LEU 1355 N
ArcCALD 84 ASP 1374 N
ArcCALD 85 LEU 1386 N
ArcCALD 86 PRO 1405 N
ArcCALD 87 GLN 1419 N
ArcCALD 88 LYS 1436 N
ArcCALD 89 GLN 1458 N
ArcCALD 90 GLY 1475 N
ArcCALD 91 GLU 1482 N
ArcCALD 92 PRO 1497 N
ArcCALD 93 LEU 1511 N
ArcCALD 94 ASP 1530 N
ArcCALD 95 GLN 1542 N
ArcCALD 96 PHE 1559 N
ArcCALD 97 LEU 1579 N
ArcCALD 98 TRP 1598 N
ArcCALD 99 ARG 1622 N
ArcCALD 100 LYS 1646 N
ArcCALD 101 ARG 1668 N
ArcCALD 102 ASP 1692 N
ArcCALD 103 LEU 1704 N
ArcCALD 104 TYR 1723 N
ArcCALD 105 GLN 1744 N
ArcCALD 106 THR 1761 N
ArcCALD 107 LEU 1775 N
ArcCALD 108 TYR 1794 N
ArcCALD 109 VAL 1815 N
ArcCALD 110 ASP 1831 N
ArcCALD 111 ALA 1843 N
ArcCALD 112 GLU 1853 N
ArcCALD 113 GLU 1868 N
ArcCALD 114 GLU 1883 N
ArcCALD 115 GLU 1898 N
ArcCALD 116 ILE 1913 N
ArcCALD 117 ILE 1932 N
ArcCALD 118 GLN 1951 N
ArcCALD 119 TYR 1968 N
ArcCALD 120 VAL 1989 N
ArcCALD 121 VAL 2005 N
ArcCALD 122 GLY 2021 N
ArcCALD 123 THR 2028 N
ArcCALD 124 LEU 2042 N
ArcCALD 125 GLN 2061 N
ArcCALD 126 PRO 2078 N
ArcCALD 127 LYS 2092 N
ArcCALD 128 PHE 2114 N
ArcCALD 129 LYS 2134 N
ArcCALD 130 ARG 2156 N
ArcCALD 131 PHE 2180 N
ArcCALD 132 LEU 2200 N
ArcCALD 133 ARG 2219 N
ArcCALD 134 HIS 2243 N
ArcCALD 135 PRO 2261 N
ArcCALD 136 LEU 2275 N
ArcCALD 137 PRO 2294 N
ArcCALD 138 LYS 2308 N
ArcCALD 139 THR 2330 N
ArcCALD 140 LEU 2344 N
ArcCALD 141 GLU 2363 N
ArcCALD 142 GLN 2378 N
ArcCALD 143 LEU 2395 N
ArcCALD 144 ILE 2414 N
ArcCALD 145 GLN 2433 N
ArcCALD 146 ARG 2450 N
ArcCALD 147 GLY 2474 N
ArcCALD 148 MET 2481 N
ArcCALD 149 GLU 2498 N
ArcCALD 150 VAL 2513 N
ArcCALD 151 GLN 2529 N
ArcCALD 152 ASP 2546 N
ArcCALD 153 GLY 2558 N
ArcCALD 154 LEU 2565 N
ArcCALD 155 GLU 2584 N
ArcCALD 156 GLN 2599 N
ArcCALD 157 ALA 2616 N
ArcCALD 158 ALA 2626 N
ArcCALD 159 GLU 2636 N
 
relax> structure.load_spins(spin_id='@NE1', from_mols=None, mol_name_target=None, ave_pos=True, spin_num=True)
Adding the following spins to the relax data store.
 
# mol_name res_num res_name spin_num spin_name
ArcCALD 33 TRP 517 NE1
ArcCALD 48 TRP 762 NE1
ArcCALD 49 TRP 786 NE1
ArcCALD 59 TRP 954 NE1
ArcCALD 98 TRP 1609 NE1
 
relax> structure.load_spins(spin_id='@H', from_mols=None, mol_name_target=None, ave_pos=True, spin_num=True)
Adding the following spins to the relax data store.
 
# mol_name res_num res_name spin_num spin_name
ArcCALD 3 GLY 29 H
ArcCALD 4 LEU 36 H
ArcCALD 5 ASP 55 H
ArcCALD 6 THR 67 H
ArcCALD 7 GLN 81 H
ArcCALD 8 ILE 98 H
ArcCALD 9 PHE 117 H
ArcCALD 10 GLU 137 H
ArcCALD 11 ASP 152 H
ArcCALD 13 ARG 178 H
ArcCALD 14 GLU 202 H
ArcCALD 15 PHE 217 H
ArcCALD 16 LEU 237 H
ArcCALD 17 SER 256 H
ArcCALD 18 HIS 267 H
ArcCALD 19 LEU 285 H
ArcCALD 20 GLU 304 H
ArcCALD 21 GLU 319 H
ArcCALD 22 TYR 334 H
ArcCALD 23 LEU 355 H
ArcCALD 24 ARG 374 H
ArcCALD 25 GLN 398 H
ArcCALD 26 VAL 415 H
ArcCALD 27 GLY 431 H
ArcCALD 28 GLY 438 H
ArcCALD 29 SER 445 H
ArcCALD 30 GLU 456 H
ArcCALD 31 GLU 471 H
ArcCALD 32 TYR 486 H
ArcCALD 33 TRP 507 H
ArcCALD 34 LEU 531 H
ArcCALD 35 SER 550 H
ArcCALD 36 GLN 561 H
ArcCALD 37 ILE 578 H
ArcCALD 38 GLN 597 H
ArcCALD 39 ASN 614 H
ArcCALD 40 HIS 628 H
ArcCALD 41 MET 646 H
ArcCALD 42 ASN 663 H
ArcCALD 43 GLY 677 H
ArcCALD 45 ALA 698 H
ArcCALD 46 LYS 708 H
ArcCALD 47 LYS 730 H
ArcCALD 48 TRP 752 H
ArcCALD 49 TRP 776 H
ArcCALD 50 GLU 800 H
ArcCALD 51 PHE 815 H
ArcCALD 52 LYS 835 H
ArcCALD 53 GLN 857 H
ArcCALD 54 GLY 874 H
ArcCALD 55 SER 881 H
ArcCALD 56 VAL 892 H
ArcCALD 57 LYS 908 H
ArcCALD 58 ASN 930 H
ArcCALD 59 TRP 944 H
ArcCALD 60 VAL 968 H
ArcCALD 61 GLU 984 H
ArcCALD 62 PHE 999 H
ArcCALD 63 LYS 1019 H
ArcCALD 64 LYS 1041 H
ArcCALD 65 GLU 1063 H
ArcCALD 66 PHE 1078 H
ArcCALD 67 LEU 1098 H
ArcCALD 68 GLN 1117 H
ArcCALD 69 TYR 1134 H
ArcCALD 70 SER 1155 H
ArcCALD 71 GLU 1166 H
ArcCALD 72 GLY 1181 H
ArcCALD 73 THR 1188 H
ArcCALD 74 LEU 1202 H
ArcCALD 75 SER 1221 H
ArcCALD 76 ARG 1232 H
ArcCALD 77 GLU 1256 H
ArcCALD 78 ALA 1271 H
ArcCALD 79 ILE 1281 H
ArcCALD 80 GLN 1300 H
ArcCALD 81 ARG 1317 H
ArcCALD 82 GLU 1341 H
ArcCALD 83 LEU 1356 H
ArcCALD 84 ASP 1375 H
ArcCALD 85 LEU 1387 H
ArcCALD 87 GLN 1420 H
ArcCALD 88 LYS 1437 H
ArcCALD 89 GLN 1459 H
ArcCALD 90 GLY 1476 H
ArcCALD 91 GLU 1483 H
ArcCALD 93 LEU 1512 H
ArcCALD 94 ASP 1531 H
ArcCALD 95 GLN 1543 H
ArcCALD 96 PHE 1560 H
ArcCALD 97 LEU 1580 H
ArcCALD 98 TRP 1599 H
ArcCALD 99 ARG 1623 H
ArcCALD 100 LYS 1647 H
ArcCALD 101 ARG 1669 H
ArcCALD 102 ASP 1693 H
ArcCALD 103 LEU 1705 H
ArcCALD 104 TYR 1724 H
ArcCALD 105 GLN 1745 H
ArcCALD 106 THR 1762 H
ArcCALD 107 LEU 1776 H
ArcCALD 108 TYR 1795 H
ArcCALD 109 VAL 1816 H
ArcCALD 110 ASP 1832 H
ArcCALD 111 ALA 1844 H
ArcCALD 112 GLU 1854 H
ArcCALD 113 GLU 1869 H
ArcCALD 114 GLU 1884 H
ArcCALD 115 GLU 1899 H
ArcCALD 116 ILE 1914 H
ArcCALD 117 ILE 1933 H
ArcCALD 118 GLN 1952 H
ArcCALD 119 TYR 1969 H
ArcCALD 120 VAL 1990 H
ArcCALD 121 VAL 2006 H
ArcCALD 122 GLY 2022 H
ArcCALD 123 THR 2029 H
ArcCALD 124 LEU 2043 H
ArcCALD 125 GLN 2062 H
ArcCALD 127 LYS 2093 H
ArcCALD 128 PHE 2115 H
ArcCALD 129 LYS 2135 H
ArcCALD 130 ARG 2157 H
ArcCALD 131 PHE 2181 H
ArcCALD 132 LEU 2201 H
ArcCALD 133 ARG 2220 H
ArcCALD 134 HIS 2244 H
ArcCALD 136 LEU 2276 H
ArcCALD 138 LYS 2309 H
ArcCALD 139 THR 2331 H
ArcCALD 140 LEU 2345 H
ArcCALD 141 GLU 2364 H
ArcCALD 142 GLN 2379 H
ArcCALD 143 LEU 2396 H
ArcCALD 144 ILE 2415 H
ArcCALD 145 GLN 2434 H
ArcCALD 146 ARG 2451 H
ArcCALD 147 GLY 2475 H
ArcCALD 148 MET 2482 H
ArcCALD 149 GLU 2499 H
ArcCALD 150 VAL 2514 H
ArcCALD 151 GLN 2530 H
ArcCALD 152 ASP 2547 H
ArcCALD 153 GLY 2559 H
ArcCALD 154 LEU 2566 H
ArcCALD 155 GLU 2585 H
ArcCALD 156 GLN 2600 H
ArcCALD 157 ALA 2617 H
ArcCALD 158 ALA 2627 H
ArcCALD 159 GLU 2637 H
 
relax> structure.load_spins(spin_id='@HE1', from_mols=None, mol_name_target=None, ave_pos=True, spin_num=True)
Adding the following spins to the relax data store.
 
# mol_name res_num res_name spin_num spin_name
ArcCALD 9 PHE 129 HE1
ArcCALD 15 PHE 229 HE1
ArcCALD 18 HIS 279 HE1
ArcCALD 22 TYR 346 HE1
ArcCALD 32 TYR 498 HE1
ArcCALD 33 TRP 518 HE1
ArcCALD 40 HIS 640 HE1
ArcCALD 41 MET 657 HE1
ArcCALD 46 LYS 721 HE1
ArcCALD 47 LYS 743 HE1
ArcCALD 48 TRP 763 HE1
ArcCALD 49 TRP 787 HE1
ArcCALD 51 PHE 827 HE1
ArcCALD 52 LYS 848 HE1
ArcCALD 57 LYS 921 HE1
ArcCALD 59 TRP 955 HE1
ArcCALD 62 PHE 1011 HE1
ArcCALD 63 LYS 1032 HE1
ArcCALD 64 LYS 1054 HE1
ArcCALD 66 PHE 1090 HE1
ArcCALD 69 TYR 1146 HE1
ArcCALD 88 LYS 1450 HE1
ArcCALD 96 PHE 1572 HE1
ArcCALD 98 TRP 1610 HE1
ArcCALD 100 LYS 1660 HE1
ArcCALD 104 TYR 1736 HE1
ArcCALD 108 TYR 1807 HE1
ArcCALD 119 TYR 1981 HE1
ArcCALD 127 LYS 2106 HE1
ArcCALD 128 PHE 2127 HE1
ArcCALD 129 LYS 2148 HE1
ArcCALD 131 PHE 2193 HE1
ArcCALD 134 HIS 2256 HE1
ArcCALD 138 LYS 2322 HE1
ArcCALD 148 MET 2493 HE1
 
relax> spin.isotope(isotope='15N', spin_id='@N*', force=False)
 
relax> spin.isotope(isotope='1H', spin_id='@H*', force=False)
 
relax> relax_data.read(ri_id='R1_600', ri_type='R1', frq=600170000.0, file='R1_600MHz_new_model_free.dat', dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7, sep=None, spin_id=None)
Opening the file 'R1_600MHz_new_model_free.dat' for reading.
 
The following 600.17 MHz R1 relaxation data with the ID 'R1_600' has been loaded into the relax data store:
 
# Spin_ID Value Error
#ArcCALD:59@NE1 1.001201 0.020996
#ArcCALD:49@NE1 0.924825 0.016688
#ArcCALD:98@NE1 0.993178 0.014077
#ArcCALD:48@NE1 1.014822 0.021444
#ArcCALD:140@N 0.946412 0.013034
#ArcCALD:66@N 1.121823 0.01421
#ArcCALD:59@N 1.121373 0.031624
#ArcCALD:88@N 1.067729 0.02203
#ArcCALD:57@N 1.212275 0.026827
#ArcCALD:141@N 1.010457 0.012271
#ArcCALD:33@NE1 0.901743 0.014595
#ArcCALD:113@N 1.150296 0.024833
#ArcCALD:104@N 0.91875 0.015466
#ArcCALD:114@N 1.101652 0.015255
#ArcCALD:83@N 0.860935 0.014537
#ArcCALD:112@N 1.028751 0.01162
#ArcCALD:125@N 1.107907 0.017907
#ArcCALD:136@N 1.12251 0.030037
#ArcCALD:49@N 1.245176 0.013755
#ArcCALD:120@N 1.10235 0.016561
#ArcCALD:98@N 0.968089 0.014791
#ArcCALD:89@N 0.959525 0.039549
#ArcCALD:65@N 1.088897 0.018369
#ArcCALD:38@N 1.242134 0.020289
#ArcCALD:110@N 1.058415 0.017433
#ArcCALD:33@N 1.191075 0.021591
#ArcCALD:93@N 0.906538 0.012766
#ArcCALD:101@N 0.951403 0.019287
#ArcCALD:105@N 0.956893 0.017786
#ArcCALD:31@N 1.193817 0.029412
#ArcCALD:10@N 1.183355 0.040207
#ArcCALD:30@N 1.203053 0.037802
#ArcCALD:144@N 0.992573 0.014501
#ArcCALD:61@N 1.143733 0.012296
#ArcCALD:87@N 1.033341 0.017057
#ArcCALD:34@N 1.176174 0.017525
#ArcCALD:155@N 1.432348 0.048211
#ArcCALD:76@N 0.89355 0.041399
#ArcCALD:20@N 1.099706 0.009406
#ArcCALD:11@N 1.188008 0.029279
#ArcCALD:42@N 1.20958 0.028869
#ArcCALD:13@N 1.098364 0.014502
#ArcCALD:67@N 1.098645 0.0139
#ArcCALD:152@N 1.308765 0.049132
#ArcCALD:60@N 1.079023 0.012149
#ArcCALD:7@N 1.336781 0.047568
#ArcCALD:94@N 0.996379 0.011716
#ArcCALD:157@N 1.199054 0.055586
#ArcCALD:158@N 1.016527 0.050524
#ArcCALD:95@N 0.883788 0.008992
#ArcCALD:138@N 0.93453 0.012808
#ArcCALD:4@N 1.278267 0.048904
#ArcCALD:156@N 1.357922 0.05363
#ArcCALD:29@N 1.129978 0.048627
#ArcCALD:103@N 0.906807 0.020009
#ArcCALD:62@N 1.129492 0.018358
#ArcCALD:121@N 1.15793 0.011008
#ArcCALD:23@N 1.140972 0.010791
#ArcCALD:148@N 1.133275 0.013834
#ArcCALD:146@N 0.970494 0.012296
#ArcCALD:16@N 1.120426 0.015351
#ArcCALD:134@N 1.1356 0.038235
#ArcCALD:96@N 0.91084 0.009296
#ArcCALD:9@N 1.354708 0.029535
#ArcCALD:151@N 1.344942 0.036456
#ArcCALD:45@N 1.315479 0.01928
#ArcCALD:63@N 1.123508 0.010247
#ArcCALD:75@N 1.062848 0.042912
#ArcCALD:40@N 1.208415 0.02076
#ArcCALD:154@N 1.344801 0.037409
#ArcCALD:143@N 0.931276 0.011899
#ArcCALD:50@N 1.181842 0.016595
#ArcCALD:15@N 1.0935 0.011817
#ArcCALD:35@N 1.142572 0.040518
#ArcCALD:69@N 1.069965 0.01623
#ArcCALD:24@N 1.116909 0.017506
#ArcCALD:100@N 0.889075 0.018655
#ArcCALD:74@N 1.082102 0.034722
#ArcCALD:79@N 0.977548 0.01318
#ArcCALD:55@N 1.180093 0.033283
#ArcCALD:102@N 0.955155 0.018914
#ArcCALD:17@N 1.097762 0.018356
#ArcCALD:159@N 0.906466 0.008016
#ArcCALD:71@N 1.192514 0.022374
#ArcCALD:81@N 0.808055 0.019056
#ArcCALD:70@N 1.094001 0.02925
#ArcCALD:145@N 1.010832 0.013657
#ArcCALD:8@N 1.234799 0.025031
#ArcCALD:130@N 1.11624 0.03402
#ArcCALD:46@N 1.168849 0.021894
#ArcCALD:123@N 1.087765 0.027763
#ArcCALD:14@N 1.056749 0.0149
#ArcCALD:48@N 1.207989 0.015619
#ArcCALD:129@N 1.104715 0.024789
#ArcCALD:109@N 0.938209 0.015829
#ArcCALD:78@N 0.881759 0.021733
#ArcCALD:6@N 1.302273 0.045654
#ArcCALD:84@N 0.816085 0.011482
#ArcCALD:91@N 1.072694 0.021124
#ArcCALD:39@N 1.2304 0.036096
#ArcCALD:68@N 1.129124 0.008737
#ArcCALD:36@N 1.217307 0.019534
#ArcCALD:111@N 0.987361 0.009574
#ArcCALD:22@N 1.077462 0.017178
#ArcCALD:99@N 1.070502 0.013072
#ArcCALD:53@N 1.169725 0.013011
#ArcCALD:149@N 0.910957 0.014308
#ArcCALD:133@N 1.195289 0.02736
#ArcCALD:73@N 1.045667 0.045626
#ArcCALD:82@N 0.868408 0.011488
#ArcCALD:150@N 1.120295 0.015511
#ArcCALD:132@N 1.170815 0.016221
#ArcCALD:26@N 1.076612 0.013251
#ArcCALD:119@N 1.067916 0.012983
#ArcCALD:128@N 1.093155 0.009074
#ArcCALD:106@N 0.892329 0.020113
#ArcCALD:21@N 1.104134 0.015588
#ArcCALD:118@N 0.997737 0.019179
#ArcCALD:64@N 1.099031 0.013155
#ArcCALD:47@N 1.186347 0.011616
#ArcCALD:25@N 1.053442 0.00971
#ArcCALD:131@N 1.147116 0.018386
#ArcCALD:85@N 0.956155 0.014637
#ArcCALD:116@N 1.119467 0.011738
#ArcCALD:37@N 1.219778 0.017916
#ArcCALD:115@N 1.03616 0.014496
#ArcCALD:56@N 1.123186 0.019776
#ArcCALD:124@N 1.073669 0.021517
#ArcCALD:51@N 1.14689 0.012134
#ArcCALD:139@N 0.829716 0.015418
#ArcCALD:41@N 1.080512 0.018628
#ArcCALD:107@N 0.868524 0.013723
#ArcCALD:19@N 1.104887 0.014793
#ArcCALD:5@N 1.309917 0.048698
#ArcCALD:32@N 1.100412 0.01547
#ArcCALD:80@N 0.969797 0.019369
#ArcCALD:142@N 1.079201 0.012669
#ArcCALD:117@N 1.056585 0.016457
#ArcCALD:77@N 0.881042 0.023352
#ArcCALD:52@N 1.222276 0.013295
#ArcCALD:58@N 1.050845 0.016585
#ArcCALD:108@N 1.048601 0.012966
 
relax> relax_data.read(ri_id='R2_600', ri_type='R2', frq=600170000.0, file='R2_600MHz_new_model_free.dat', dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7, sep=None, spin_id=None)
Opening the file 'R2_600MHz_new_model_free.dat' for reading.
 
The following 600.17 MHz R2 relaxation data with the ID 'R2_600' has been loaded into the relax data store:
 
# Spin_ID Value Error
#ArcCALD:59@NE1 12.828846 0.349289
#ArcCALD:49@NE1 15.379215 0.314084
#ArcCALD:98@NE1 11.958483 0.353284
#ArcCALD:48@NE1 13.071225 0.350418
#ArcCALD:140@N 18.688918 0.181068
#ArcCALD:66@N 20.400628 0.238769
#ArcCALD:59@N 16.645186 0.256492
#ArcCALD:88@N 19.083359 0.414827
#ArcCALD:57@N 13.690787 0.125124
#ArcCALD:141@N 18.172445 0.093478
#ArcCALD:33@NE1 13.662955 0.290067
#ArcCALD:113@N 15.183526 0.178774
#ArcCALD:104@N 20.0929 0.213407
#ArcCALD:114@N 17.165818 0.099182
#ArcCALD:83@N 21.356429 0.182073
#ArcCALD:112@N 14.281022 0.172765
#ArcCALD:125@N 18.336137 0.248904
#ArcCALD:136@N 15.104518 0.230337
#ArcCALD:49@N 16.187147 0.25
#ArcCALD:120@N 24.511695 0.40452
#ArcCALD:98@N 19.44557 0.241835
#ArcCALD:89@N 14.899576 0.149434
#ArcCALD:65@N 17.957497 0.162457
#ArcCALD:38@N 17.118391 0.120523
#ArcCALD:110@N 17.375919 0.16244
#ArcCALD:33@N 14.488688 0.110843
#ArcCALD:93@N 19.111626 0.23991
#ArcCALD:101@N 18.922337 0.305169
#ArcCALD:105@N 19.640228 0.255726
#ArcCALD:31@N 15.888414 0.133428
#ArcCALD:10@N 12.079937 0.093914
#ArcCALD:30@N 12.65127 0.152755
#ArcCALD:144@N 18.938768 0.230559
#ArcCALD:61@N 16.176971 0.103778
#ArcCALD:87@N 16.121577 0.148351
#ArcCALD:34@N 16.868397 0.150106
#ArcCALD:155@N 5.42382 0.128694
#ArcCALD:76@N 15.790405 0.297467
#ArcCALD:20@N 17.430489 0.228349
#ArcCALD:11@N 13.832517 0.09034
#ArcCALD:42@N 13.331258 0.197292
#ArcCALD:13@N 16.137776 0.08116
#ArcCALD:67@N 15.543125 0.142661
#ArcCALD:152@N 9.318305 0.111606
#ArcCALD:60@N 16.650566 0.155204
#ArcCALD:7@N 8.307706 0.118687
#ArcCALD:94@N 18.201544 0.129029
#ArcCALD:157@N 3.806896 0.165862
#ArcCALD:158@N 2.50984 0.069066
#ArcCALD:95@N 18.165519 0.230746
#ArcCALD:138@N 18.073253 0.190788
#ArcCALD:4@N 6.944277 0.120894
#ArcCALD:156@N 4.515119 0.127967
#ArcCALD:29@N 12.260165 0.128868
#ArcCALD:103@N 18.286982 0.452259
#ArcCALD:62@N 17.563123 0.158595
#ArcCALD:121@N 19.008863 0.22537
#ArcCALD:23@N 17.263442 0.151276
#ArcCALD:148@N 16.609808 0.125916
#ArcCALD:146@N 19.961105 0.14291
#ArcCALD:16@N 17.599035 0.121941
#ArcCALD:134@N 14.586166 0.104667
#ArcCALD:96@N 21.139166 0.210966
#ArcCALD:9@N 13.891128 0.384041
#ArcCALD:151@N 11.309514 0.097643
#ArcCALD:45@N 14.175495 0.101639
#ArcCALD:63@N 18.183821 0.088546
#ArcCALD:75@N 16.593019 0.114208
#ArcCALD:40@N 14.140916 0.067362
#ArcCALD:154@N 8.754152 0.13478
#ArcCALD:143@N 19.461042 0.152762
#ArcCALD:50@N 15.911235 0.137474
#ArcCALD:15@N 17.474985 0.198222
#ArcCALD:35@N 15.926406 0.202084
#ArcCALD:69@N 17.038852 0.229871
#ArcCALD:24@N 16.983372 0.129609
#ArcCALD:100@N 21.256962 0.231653
#ArcCALD:74@N 14.840854 0.193002
#ArcCALD:79@N 18.330654 0.159143
#ArcCALD:55@N 13.799326 0.161407
#ArcCALD:102@N 19.340585 0.283289
#ArcCALD:17@N 14.178918 0.808821
#ArcCALD:159@N 1.274686 0.067012
#ArcCALD:71@N 14.278448 0.171048
#ArcCALD:81@N 23.494526 0.161309
#ArcCALD:70@N 18.867907 0.207328
#ArcCALD:145@N 19.082834 0.098971
#ArcCALD:8@N 12.857472 0.144948
#ArcCALD:130@N 17.493172 0.152028
#ArcCALD:46@N 15.226318 0.143273
#ArcCALD:123@N 18.637646 0.272809
#ArcCALD:14@N 16.510225 0.143311
#ArcCALD:48@N 13.561845 0.13909
#ArcCALD:129@N 18.62013 0.154769
#ArcCALD:109@N 19.005173 0.179422
#ArcCALD:78@N 21.248634 0.148449
#ArcCALD:6@N 11.378743 0.253425
#ArcCALD:84@N 23.360889 0.171025
#ArcCALD:91@N 15.258369 0.174992
#ArcCALD:39@N 15.545311 0.103308
#ArcCALD:68@N 16.342078 0.148057
#ArcCALD:36@N 14.898224 0.139346
#ArcCALD:111@N 17.104141 0.119624
#ArcCALD:22@N 16.644497 0.370799
#ArcCALD:99@N 17.430145 0.184798
#ArcCALD:53@N 16.594588 0.08689
#ArcCALD:149@N 20.50839 0.192119
#ArcCALD:133@N 11.625133 0.14923
#ArcCALD:73@N 16.436367 0.202698
#ArcCALD:82@N 21.275288 0.180195
#ArcCALD:150@N 16.12651 0.09697
#ArcCALD:132@N 15.730901 0.231937
#ArcCALD:26@N 17.360594 0.117103
#ArcCALD:119@N 19.423896 0.188683
#ArcCALD:128@N 18.394188 0.177971
#ArcCALD:106@N 18.407406 0.208873
#ArcCALD:21@N 17.759276 0.093858
#ArcCALD:118@N 20.055927 0.233735
#ArcCALD:64@N 17.278383 0.100442
#ArcCALD:47@N 14.706085 0.16619
#ArcCALD:25@N 16.508529 0.238768
#ArcCALD:131@N 17.492359 0.125911
#ArcCALD:85@N 18.104243 0.140985
#ArcCALD:116@N 16.593548 0.199977
#ArcCALD:37@N 14.744969 0.163581
#ArcCALD:115@N 16.880036 0.183045
#ArcCALD:56@N 11.673069 0.118999
#ArcCALD:124@N 17.43545 0.295966
#ArcCALD:51@N 16.433318 0.182654
#ArcCALD:139@N 22.837845 0.387391
#ArcCALD:41@N 14.099288 0.074537
#ArcCALD:107@N 21.417017 0.285939
#ArcCALD:19@N 16.218553 0.15093
#ArcCALD:5@N 9.102913 0.115481
#ArcCALD:32@N 17.166229 0.286588
#ArcCALD:80@N 16.569717 0.202401
#ArcCALD:142@N 17.88269 0.177681
#ArcCALD:117@N 17.576669 0.165908
#ArcCALD:77@N 22.05131 0.198036
#ArcCALD:52@N 13.597395 0.131955
#ArcCALD:58@N 18.527524 0.5642
#ArcCALD:108@N 15.761874 0.145877
 
relax> relax_data.read(ri_id='NOE_600', ri_type='NOE', frq=600170000.0, file='NOE_600MHz_new.dat', dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7, sep=None, spin_id=None)
Opening the file 'NOE_600MHz_new.dat' for reading.
 
The following 600.17 MHz NOE relaxation data with the ID 'NOE_600' has been loaded into the relax data store:
 
# Spin_ID Value Error
#ArcCALD:59@NE1 0.603481 0.1
#ArcCALD:49@NE1 0.68872 0.1
#ArcCALD:98@NE1 0.589974 0.1
#ArcCALD:48@NE1 0.685841 0.1
#ArcCALD:140@N 0.743485 0.1
#ArcCALD:66@N 0.738369 0.1
#ArcCALD:59@N 0.743634 0.1
#ArcCALD:88@N 0.675762 0.1
#ArcCALD:57@N 0.660114 0.1
#ArcCALD:141@N 0.74678 0.1
#ArcCALD:33@NE1 0.624864 0.1
#ArcCALD:113@N 0.751807 0.1
#ArcCALD:104@N 0.792587 0.1
#ArcCALD:114@N 0.69043 0.1
#ArcCALD:83@N 0.782827 0.1
#ArcCALD:112@N 0.552053 0.1
#ArcCALD:125@N 0.663578 0.1
#ArcCALD:136@N 0.604862 0.1
#ArcCALD:49@N 0.76871 0.1
#ArcCALD:120@N 0.720916 0.1
#ArcCALD:98@N 0.775579 0.1
#ArcCALD:89@N 0.602598 0.1
#ArcCALD:65@N 0.744202 0.1
#ArcCALD:38@N 0.722632 0.1
#ArcCALD:110@N 0.63779 0.1
#ArcCALD:33@N 0.690506 0.1
#ArcCALD:93@N 0.726775 0.1
#ArcCALD:101@N 0.739927 0.1
#ArcCALD:105@N 0.746059 0.1
#ArcCALD:31@N 0.692638 0.1
#ArcCALD:10@N 0.533929 0.1
#ArcCALD:30@N 0.556467 0.1
#ArcCALD:144@N 0.762885 0.1
#ArcCALD:61@N 0.6815 0.1
#ArcCALD:87@N 0.693538 0.1
#ArcCALD:34@N 0.686915 0.1
#ArcCALD:155@N 0.166633 0.1
#ArcCALD:76@N 0.548503 0.1
#ArcCALD:20@N 0.709061 0.1
#ArcCALD:11@N 0.549049 0.1
#ArcCALD:42@N 0.599449 0.1
#ArcCALD:13@N 0.687887 0.1
#ArcCALD:67@N 0.699115 0.1
#ArcCALD:152@N 0.322902 0.1
#ArcCALD:60@N 0.709673 0.1
#ArcCALD:7@N 0.246879 0.1
#ArcCALD:94@N 0.738589 0.1
#ArcCALD:157@N -0.303583 0.1
#ArcCALD:158@N -0.604614 0.1
#ArcCALD:95@N 0.71167 0.1
#ArcCALD:138@N 0.577423 0.1
#ArcCALD:4@N 0.145454 0.1
#ArcCALD:156@N -0.013218 0.1
#ArcCALD:29@N 0.568157 0.1
#ArcCALD:103@N 0.753664 0.1
#ArcCALD:62@N 0.739535 0.1
#ArcCALD:121@N 0.742824 0.1
#ArcCALD:23@N 0.729265 0.1
#ArcCALD:148@N 0.67816 0.1
#ArcCALD:146@N 0.720084 0.1
#ArcCALD:16@N 0.737885 0.1
#ArcCALD:134@N 0.514299 0.1
#ArcCALD:96@N 0.736186 0.1
#ArcCALD:9@N 0.493902 0.1
#ArcCALD:151@N 0.469212 0.1
#ArcCALD:45@N 0.664548 0.1
#ArcCALD:63@N 0.748038 0.1
#ArcCALD:75@N 0.599124 0.1
#ArcCALD:40@N 0.714809 0.1
#ArcCALD:154@N 0.438111 0.1
#ArcCALD:143@N 0.706115 0.1
#ArcCALD:50@N 0.710945 0.1
#ArcCALD:15@N 0.697968 0.1
#ArcCALD:35@N 0.710963 0.1
#ArcCALD:69@N 0.679152 0.1
#ArcCALD:24@N 0.712828 0.1
#ArcCALD:100@N 0.745986 0.1
#ArcCALD:74@N 0.488362 0.1
#ArcCALD:79@N 0.673538 0.1
#ArcCALD:55@N 0.731893 0.1
#ArcCALD:102@N 0.777123 0.1
#ArcCALD:17@N 0.700576 0.1
#ArcCALD:159@N -0.969809 0.1
#ArcCALD:71@N 0.609464 0.1
#ArcCALD:81@N 0.746803 0.1
#ArcCALD:70@N 0.763617 0.1
#ArcCALD:145@N 0.752072 0.1
#ArcCALD:8@N 0.532175 0.1
#ArcCALD:130@N 0.697152 0.1
#ArcCALD:46@N 0.700004 0.1
#ArcCALD:123@N 0.689786 0.1
#ArcCALD:14@N 0.731212 0.1
#ArcCALD:48@N 0.711472 0.1
#ArcCALD:129@N 0.672735 0.1
#ArcCALD:109@N 0.631317 0.1
#ArcCALD:78@N 0.757058 0.1
#ArcCALD:6@N 0.299266 0.1
#ArcCALD:84@N 0.748777 0.1
#ArcCALD:91@N 0.671919 0.1
#ArcCALD:39@N 0.683377 0.1
#ArcCALD:68@N 0.607853 0.1
#ArcCALD:36@N 0.722719 0.1
#ArcCALD:111@N 0.57189 0.1
#ArcCALD:22@N 0.681914 0.1
#ArcCALD:99@N 0.734019 0.1
#ArcCALD:53@N 0.709222 0.1
#ArcCALD:149@N 0.711218 0.1
#ArcCALD:133@N 0.391037 0.1
#ArcCALD:73@N 0.47309 0.1
#ArcCALD:82@N 0.751663 0.1
#ArcCALD:150@N 0.552155 0.1
#ArcCALD:132@N 0.641583 0.1
#ArcCALD:26@N 0.611931 0.1
#ArcCALD:119@N 0.717073 0.1
#ArcCALD:128@N 0.678429 0.1
#ArcCALD:106@N 0.688221 0.1
#ArcCALD:21@N 0.713873 0.1
#ArcCALD:118@N 0.658712 0.1
#ArcCALD:64@N 0.761386 0.1
#ArcCALD:47@N 0.655411 0.1
#ArcCALD:25@N 0.607276 0.1
#ArcCALD:131@N 0.622913 0.1
#ArcCALD:85@N 0.716037 0.1
#ArcCALD:116@N 0.751856 0.1
#ArcCALD:37@N 0.71034 0.1
#ArcCALD:115@N 0.693973 0.1
#ArcCALD:56@N 0.639258 0.1
#ArcCALD:124@N 0.711399 0.1
#ArcCALD:51@N 0.6843 0.1
#ArcCALD:139@N 0.651071 0.1
#ArcCALD:41@N 0.676965 0.1
#ArcCALD:107@N 0.766647 0.1
#ArcCALD:19@N 0.692669 0.1
#ArcCALD:5@N 0.280221 0.1
#ArcCALD:32@N 0.626533 0.1
#ArcCALD:80@N 0.57997 0.1
#ArcCALD:142@N 0.705173 0.1
#ArcCALD:117@N 0.727572 0.1
#ArcCALD:77@N 0.708885 0.1
#ArcCALD:52@N 0.69772 0.1
#ArcCALD:58@N 0.613697 0.1
#ArcCALD:108@N 0.691437 0.1
 
relax> relax_data.read(ri_id='R1_750', ri_type='R1', frq=750060000.0, file='R1_750MHz_model_free.dat', dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7, sep=None, spin_id=None)
Opening the file 'R1_750MHz_model_free.dat' for reading.
 
The following 750.06 MHz R1 relaxation data with the ID 'R1_750' has been loaded into the relax data store:
 
# Spin_ID Value Error
#ArcCALD:59@NE1 0.743358 0.015221
#ArcCALD:49@NE1 0.668488 0.013921
#ArcCALD:98@NE1 0.751745 0.010283
#ArcCALD:48@NE1 0.745907 0.015704
#ArcCALD:140@N 0.759357 0.008917
#ArcCALD:66@N 0.907234 0.012252
#ArcCALD:59@N 0.914947 0.032493
#ArcCALD:88@N 0.856039 0.015921
#ArcCALD:57@N 0.986894 0.025795
#ArcCALD:141@N 0.798543 0.010902
#ArcCALD:33@NE1 0.674716 0.014791
#ArcCALD:113@N 0.919806 0.021408
#ArcCALD:104@N 0.720695 0.012365
#ArcCALD:114@N 0.875369 0.005879
#ArcCALD:83@N 0.657946 0.013506
#ArcCALD:112@N 0.800218 0.008592
#ArcCALD:125@N 0.880789 0.016468
#ArcCALD:136@N 0.932562 0.027051
#ArcCALD:49@N 1.023345 0.012899
#ArcCALD:120@N 0.875597 0.0112
#ArcCALD:98@N 0.755774 0.012066
#ArcCALD:89@N 0.777142 0.046153
#ArcCALD:65@N 0.874388 0.009855
#ArcCALD:38@N 0.995653 0.019625
#ArcCALD:110@N 0.877924 0.008051
#ArcCALD:33@N 0.977695 0.020054
#ArcCALD:93@N 0.74559 0.012863
#ArcCALD:101@N 0.767039 0.011695
#ArcCALD:105@N 0.757914 0.012452
#ArcCALD:31@N 0.99448 0.028973
#ArcCALD:10@N 1.015895 0.039036
#ArcCALD:30@N 1.005327 0.040407
#ArcCALD:144@N 0.795398 0.006142
#ArcCALD:61@N 0.912522 0.010273
#ArcCALD:87@N 0.828228 0.015605
#ArcCALD:34@N 0.950424 0.016987
#ArcCALD:155@N 1.362523 0.048319
#ArcCALD:76@N 0.824778 0.038592
#ArcCALD:20@N 0.881848 0.009921
#ArcCALD:11@N 1.056256 0.029903
#ArcCALD:42@N 0.994436 0.027521
#ArcCALD:13@N 0.886945 0.011968
#ArcCALD:67@N 0.869631 0.012256
#ArcCALD:152@N 1.133809 0.047278
#ArcCALD:60@N 0.848269 0.009812
#ArcCALD:7@N 1.22528 0.048671
#ArcCALD:94@N 0.780592 0.007762
#ArcCALD:157@N 1.177857 0.05383
#ArcCALD:158@N 1.009322 0.05042
#ArcCALD:95@N 0.665425 0.008143
#ArcCALD:138@N 0.738918 0.011729
#ArcCALD:4@N 1.181155 0.049885
#ArcCALD:156@N 1.293971 0.053851
#ArcCALD:29@N 0.938631 0.045135
#ArcCALD:103@N 0.684936 0.012481
#ArcCALD:62@N 0.862572 0.01048
#ArcCALD:121@N 0.913027 0.01034
#ArcCALD:23@N 0.911927 0.010171
#ArcCALD:148@N 0.942353 0.008666
#ArcCALD:146@N 0.76452 0.008805
#ArcCALD:16@N 0.900509 0.011246
#ArcCALD:134@N 0.967475 0.03651
#ArcCALD:96@N 0.710828 0.010966
#ArcCALD:9@N 1.215892 0.024203
#ArcCALD:151@N 1.174096 0.035196
#ArcCALD:45@N 1.086782 0.018649
#ArcCALD:63@N 0.899061 0.010447
#ArcCALD:75@N 0.910363 0.041301
#ArcCALD:40@N 0.972828 0.020536
#ArcCALD:154@N 1.250818 0.038494
#ArcCALD:143@N 0.765226 0.00933
#ArcCALD:50@N 0.955285 0.007889
#ArcCALD:15@N 0.884439 0.01331
#ArcCALD:35@N 0.956573 0.04186
#ArcCALD:69@N 0.858312 0.016119
#ArcCALD:24@N 0.915822 0.008426
#ArcCALD:100@N 0.707378 0.014402
#ArcCALD:74@N 0.950054 0.035666
#ArcCALD:79@N 0.735697 0.014206
#ArcCALD:55@N 0.981154 0.031102
#ArcCALD:102@N 0.760813 0.012723
#ArcCALD:17@N 0.877153 0.01225
#ArcCALD:159@N 0.93303 0.005148
#ArcCALD:71@N 1.004513 0.021241
#ArcCALD:81@N 0.652258 0.011159
#ArcCALD:70@N 0.915882 0.019397
#ArcCALD:145@N 0.793684 0.007224
#ArcCALD:8@N 1.101571 0.022935
#ArcCALD:130@N 0.949945 0.033897
#ArcCALD:46@N 0.967032 0.012885
#ArcCALD:123@N 0.878245 0.020744
#ArcCALD:14@N 0.846448 0.012352
#ArcCALD:48@N 0.976769 0.011017
#ArcCALD:129@N 0.935798 0.017434
#ArcCALD:109@N 0.755717 0.008514
#ArcCALD:78@N 0.739522 0.02088
#ArcCALD:6@N 1.202113 0.046037
#ArcCALD:84@N 0.631743 0.014481
#ArcCALD:91@N 0.862351 0.020039
#ArcCALD:39@N 1.021749 0.033545
#ArcCALD:68@N 0.923819 0.009773
#ArcCALD:36@N 1.017351 0.01936
#ArcCALD:111@N 0.795104 0.009005
#ArcCALD:22@N 0.877808 0.008174
#ArcCALD:99@N 0.873979 0.008933
#ArcCALD:53@N 0.923323 0.014509
#ArcCALD:149@N 0.72847 0.012161
#ArcCALD:133@N 1.035109 0.028263
#ArcCALD:73@N 0.88603 0.044717
#ArcCALD:82@N 0.687341 0.011686
#ArcCALD:150@N 0.961586 0.011775
#ArcCALD:132@N 0.954571 0.011635
#ArcCALD:26@N 0.87326 0.009705
#ArcCALD:119@N 0.865128 0.010385
#ArcCALD:128@N 0.882064 0.007671
#ArcCALD:106@N 0.701538 0.016233
#ArcCALD:21@N 0.894919 0.006832
#ArcCALD:118@N 0.81533 0.017012
#ArcCALD:64@N 0.857817 0.007794
#ArcCALD:47@N 0.988343 0.010762
#ArcCALD:25@N 0.86502 0.007485
#ArcCALD:131@N 0.961778 0.016231
#ArcCALD:85@N 0.78054 0.0149
#ArcCALD:116@N 0.890348 0.012334
#ArcCALD:37@N 0.955348 0.016252
#ArcCALD:115@N 0.849582 0.007889
#ArcCALD:56@N 0.936902 0.018546
#ArcCALD:124@N 0.877792 0.013705
#ArcCALD:51@N 0.954582 0.008272
#ArcCALD:139@N 0.682274 0.009894
#ArcCALD:41@N 0.875551 0.015859
#ArcCALD:107@N 0.704033 0.012298
#ArcCALD:19@N 0.917358 0.013755
#ArcCALD:5@N 1.145608 0.045316
#ArcCALD:32@N 0.898707 0.012939
#ArcCALD:80@N 0.734651 0.015837
#ArcCALD:142@N 0.845753 0.01257
#ArcCALD:117@N 0.823281 0.009014
#ArcCALD:77@N 0.707037 0.023178
#ArcCALD:52@N 0.992146 0.010587
#ArcCALD:58@N 0.847919 0.011609
#ArcCALD:108@N 0.773095 0.013718
 
relax> relax_data.read(ri_id='R2_750', ri_type='R2', frq=750060000.0, file='R2_750MHz_model_free.dat', dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7, sep=None, spin_id=None)
Opening the file 'R2_750MHz_model_free.dat' for reading.
 
The following 750.06 MHz R2 relaxation data with the ID 'R2_750' has been loaded into the relax data store:
 
# Spin_ID Value Error
#ArcCALD:59@NE1 11.900875 0.205112
#ArcCALD:49@NE1 14.764229 0.229429
#ArcCALD:98@NE1 11.211703 0.15432
#ArcCALD:48@NE1 12.938667 0.210654
#ArcCALD:140@N 22.642123 0.306875
#ArcCALD:66@N 25.769295 0.345486
#ArcCALD:59@N 20.148893 0.375865
#ArcCALD:88@N 20.29807 0.311731
#ArcCALD:57@N 15.820142 0.271477
#ArcCALD:141@N 21.532828 0.197236
#ArcCALD:33@NE1 14.128182 0.277329
#ArcCALD:113@N 18.355314 0.246348
#ArcCALD:104@N 24.740896 0.403778
#ArcCALD:114@N 20.110256 0.181033
#ArcCALD:83@N 26.667051 0.380516
#ArcCALD:112@N 16.947252 0.182252
#ArcCALD:125@N 23.492828 0.544861
#ArcCALD:136@N 18.048901 0.365925
#ArcCALD:49@N 19.323374 0.192306
#ArcCALD:120@N 34.345104 0.420543
#ArcCALD:98@N 23.237861 0.23914
#ArcCALD:89@N 18.212469 0.615114
#ArcCALD:65@N 21.910055 0.362011
#ArcCALD:38@N 20.321667 0.33111
#ArcCALD:110@N 20.781033 0.175653
#ArcCALD:33@N 17.655067 0.328816
#ArcCALD:93@N 22.655101 0.358546
#ArcCALD:101@N 22.566804 0.258489
#ArcCALD:105@N 23.375467 0.271637
#ArcCALD:31@N 18.763903 0.430576
#ArcCALD:10@N 13.577397 0.439685
#ArcCALD:30@N 15.477557 0.49052
#ArcCALD:144@N 21.981858 0.246445
#ArcCALD:61@N 19.826892 0.174622
#ArcCALD:87@N 19.364262 0.318698
#ArcCALD:34@N 20.233342 0.320714
#ArcCALD:155@N 5.165291 0.411426
#ArcCALD:76@N 15.138765 0.594326
#ArcCALD:20@N 19.95074 0.222583
#ArcCALD:11@N 14.945838 0.386451
#ArcCALD:42@N 14.855358 0.36554
#ArcCALD:13@N 19.091577 0.207842
#ArcCALD:67@N 20.49646 0.313194
#ArcCALD:152@N 10.5153 0.495182
#ArcCALD:60@N 19.75158 0.277048
#ArcCALD:7@N 9.79414 0.449334
#ArcCALD:94@N 21.327821 0.195256
#ArcCALD:157@N 2.863688 0.525143
#ArcCALD:158@N 1.765456 0.46504
#ArcCALD:95@N 21.142309 0.310804
#ArcCALD:138@N 21.803696 0.292509
#ArcCALD:4@N 7.346192 0.450782
#ArcCALD:156@N 4.294326 0.457805
#ArcCALD:29@N 13.855806 0.508387
#ArcCALD:103@N 22.122505 0.400017
#ArcCALD:62@N 20.271071 0.20048
#ArcCALD:121@N 21.16309 0.358742
#ArcCALD:23@N 20.278964 0.363863
#ArcCALD:148@N 19.626034 0.240051
#ArcCALD:146@N 23.310422 0.246975
#ArcCALD:16@N 21.45251 0.227453
#ArcCALD:134@N 17.398912 0.5429
#ArcCALD:96@N 25.436741 0.299058
#ArcCALD:9@N 17.310614 0.341888
#ArcCALD:151@N 12.649775 0.349902
#ArcCALD:45@N 16.876348 0.28306
#ArcCALD:63@N 21.935689 0.277104
#ArcCALD:75@N 18.518329 0.567877
#ArcCALD:40@N 16.474671 0.334134
#ArcCALD:154@N 8.711512 0.397292
#ArcCALD:143@N 22.402901 0.273905
#ArcCALD:50@N 18.679307 0.179718
#ArcCALD:15@N 19.432235 0.457878
#ArcCALD:35@N 18.528473 0.537288
#ArcCALD:69@N 18.953848 0.299294
#ArcCALD:24@N 19.802903 0.186723
#ArcCALD:100@N 25.520296 0.36698
#ArcCALD:74@N 17.943413 0.471913
#ArcCALD:79@N 22.280733 0.332827
#ArcCALD:55@N 16.725878 0.478777
#ArcCALD:102@N 21.827555 0.30202
#ArcCALD:17@N 21.376573 0.969727
#ArcCALD:159@N 1.761921 0.102442
#ArcCALD:71@N 16.906242 0.312374
#ArcCALD:81@N 27.756037 0.354829
#ArcCALD:70@N 21.756078 0.456867
#ArcCALD:145@N 22.284295 0.173825
#ArcCALD:8@N 14.431437 0.291584
#ArcCALD:130@N 20.762759 0.462863
#ArcCALD:46@N 17.875283 0.235218
#ArcCALD:123@N 22.269744 0.446863
#ArcCALD:14@N 19.97151 0.221706
#ArcCALD:48@N 15.666709 0.225418
#ArcCALD:129@N 23.248251 0.503618
#ArcCALD:109@N 22.303898 0.196277
#ArcCALD:78@N 24.736629 0.427515
#ArcCALD:6@N 13.143477 0.500366
#ArcCALD:84@N 27.704403 0.403366
#ArcCALD:91@N 17.942926 0.34032
#ArcCALD:39@N 17.652354 0.486834
#ArcCALD:68@N 18.746863 0.200275
#ArcCALD:36@N 17.067202 0.308299
#ArcCALD:111@N 20.710826 0.153759
#ArcCALD:22@N 19.420305 0.184828
#ArcCALD:99@N 20.370767 0.245872
#ArcCALD:53@N 19.614898 0.259847
#ArcCALD:149@N 24.178812 0.29112
#ArcCALD:133@N 14.263323 0.316489
#ArcCALD:73@N 18.989712 0.586034
#ArcCALD:82@N 24.799699 0.297226
#ArcCALD:150@N 18.799691 0.206063
#ArcCALD:132@N 18.360886 0.214985
#ArcCALD:26@N 21.175041 0.197797
#ArcCALD:119@N 23.886089 0.261642
#ArcCALD:128@N 22.325638 0.191615
#ArcCALD:106@N 21.811517 0.317079
#ArcCALD:21@N 20.822983 0.162014
#ArcCALD:118@N 24.540311 0.370511
#ArcCALD:64@N 20.540046 0.14545
#ArcCALD:47@N 16.612425 0.195967
#ArcCALD:25@N 21.484321 0.151809
#ArcCALD:131@N 20.534173 0.321264
#ArcCALD:85@N 21.428355 0.28431
#ArcCALD:116@N 19.361438 0.18162
#ArcCALD:37@N 17.334056 0.283457
#ArcCALD:115@N 19.974663 0.182882
#ArcCALD:56@N 13.875632 0.286218
#ArcCALD:124@N 20.64639 0.288203
#ArcCALD:51@N 19.645547 0.178889
#ArcCALD:139@N 25.974007 0.368542
#ArcCALD:41@N 16.372248 0.247076
#ArcCALD:107@N 24.740722 0.370462
#ArcCALD:19@N 18.967282 0.328313
#ArcCALD:5@N 9.591569 0.511931
#ArcCALD:32@N 19.792583 0.680042
#ArcCALD:80@N 21.518617 0.496838
#ArcCALD:142@N 22.016344 0.327396
#ArcCALD:117@N 20.836135 0.277487
#ArcCALD:77@N 26.99842 0.618173
#ArcCALD:52@N 15.785602 0.190727
#ArcCALD:58@N 21.758046 0.81354
#ArcCALD:108@N 19.774492 0.246739
 
relax> relax_data.read(ri_id='NOE_750', ri_type='NOE', frq=750060000.0, file='NOE_750MHz.dat', dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, data_col=6, error_col=7, sep=None, spin_id=None)
Opening the file 'NOE_750MHz.dat' for reading.
 
The following 750.06 MHz NOE relaxation data with the ID 'NOE_750' has been loaded into the relax data store:
 
# Spin_ID Value Error
#ArcCALD:59@NE1 0.628721 0.1
#ArcCALD:49@NE1 0.715669 0.1
#ArcCALD:98@NE1 0.632417 0.1
#ArcCALD:48@NE1 0.711021 0.1
#ArcCALD:140@N 0.747107 0.1
#ArcCALD:66@N 0.812459 0.1
#ArcCALD:59@N 0.781638 0.1
#ArcCALD:88@N 0.707629 0.1
#ArcCALD:57@N 0.665293 0.1
#ArcCALD:141@N 0.788913 0.1
#ArcCALD:33@NE1 0.660857 0.1
#ArcCALD:113@N 0.734955 0.1
#ArcCALD:104@N 0.825505 0.1
#ArcCALD:114@N 0.730335 0.1
#ArcCALD:83@N 0.78971 0.1
#ArcCALD:112@N 0.586515 0.1
#ArcCALD:125@N 0.756264 0.1
#ArcCALD:136@N 0.663263 0.1
#ArcCALD:49@N 0.78167 0.1
#ArcCALD:120@N 0.76503 0.1
#ArcCALD:98@N 0.801855 0.1
#ArcCALD:89@N 0.67456 0.1
#ArcCALD:65@N 0.807067 0.1
#ArcCALD:38@N 0.770645 0.1
#ArcCALD:110@N 0.678694 0.1
#ArcCALD:33@N 0.741219 0.1
#ArcCALD:93@N 0.769565 0.1
#ArcCALD:101@N 0.831498 0.1
#ArcCALD:105@N 0.799964 0.1
#ArcCALD:31@N 0.726262 0.1
#ArcCALD:10@N 0.574038 0.1
#ArcCALD:30@N 0.607258 0.1
#ArcCALD:144@N 0.789352 0.1
#ArcCALD:61@N 0.745507 0.1
#ArcCALD:87@N 0.778271 0.1
#ArcCALD:34@N 0.735103 0.1
#ArcCALD:155@N 0.305358 0.1
#ArcCALD:76@N 0.663597 0.1
#ArcCALD:20@N 0.768749 0.1
#ArcCALD:11@N 0.609435 0.1
#ArcCALD:42@N 0.638437 0.1
#ArcCALD:13@N 0.754954 0.1
#ArcCALD:67@N 0.773246 0.1
#ArcCALD:152@N 0.456064 0.1
#ArcCALD:60@N 0.768976 0.1
#ArcCALD:7@N 0.446544 0.1
#ArcCALD:94@N 0.752278 0.1
#ArcCALD:157@N 0.038989 0.1
#ArcCALD:158@N -0.205672 0.1
#ArcCALD:95@N 0.762748 0.1
#ArcCALD:138@N 0.669679 0.1
#ArcCALD:4@N 0.326929 0.1
#ArcCALD:156@N 0.241316 0.1
#ArcCALD:29@N 0.649729 0.1
#ArcCALD:103@N 0.742263 0.1
#ArcCALD:62@N 0.768684 0.1
#ArcCALD:121@N 0.717635 0.1
#ArcCALD:23@N 0.753026 0.1
#ArcCALD:148@N 0.696059 0.1
#ArcCALD:146@N 0.783598 0.1
#ArcCALD:16@N 0.777262 0.1
#ArcCALD:134@N 0.56374 0.1
#ArcCALD:96@N 0.818261 0.1
#ArcCALD:9@N 0.525109 0.1
#ArcCALD:151@N 0.56686 0.1
#ArcCALD:45@N 0.71344 0.1
#ArcCALD:63@N 0.819071 0.1
#ArcCALD:75@N 0.666876 0.1
#ArcCALD:40@N 0.761562 0.1
#ArcCALD:154@N 0.540622 0.1
#ArcCALD:143@N 0.746337 0.1
#ArcCALD:50@N 0.767713 0.1
#ArcCALD:15@N 0.753436 0.1
#ArcCALD:35@N 0.767868 0.1
#ArcCALD:69@N 0.766356 0.1
#ArcCALD:24@N 0.746347 0.1
#ArcCALD:100@N 0.816217 0.1
#ArcCALD:74@N 0.568648 0.1
#ArcCALD:79@N 0.738088 0.1
#ArcCALD:55@N 0.828933 0.1
#ArcCALD:102@N 0.799144 0.1
#ArcCALD:17@N 0.73192 0.1
#ArcCALD:159@N -0.878155 0.1
#ArcCALD:71@N 0.59346 0.1
#ArcCALD:81@N 0.767039 0.1
#ArcCALD:70@N 0.769527 0.1
#ArcCALD:145@N 0.743342 0.1
#ArcCALD:8@N 0.560985 0.1
#ArcCALD:130@N 0.748584 0.1
#ArcCALD:46@N 0.74474 0.1
#ArcCALD:123@N 0.791371 0.1
#ArcCALD:14@N 0.7609 0.1
#ArcCALD:48@N 0.747676 0.1
#ArcCALD:129@N 0.714102 0.1
#ArcCALD:109@N 0.671779 0.1
#ArcCALD:78@N 0.762844 0.1
#ArcCALD:6@N 0.436917 0.1
#ArcCALD:84@N 0.761383 0.1
#ArcCALD:91@N 0.751573 0.1
#ArcCALD:39@N 0.745199 0.1
#ArcCALD:68@N 0.669251 0.1
#ArcCALD:36@N 0.757669 0.1
#ArcCALD:111@N 0.623737 0.1
#ArcCALD:22@N 0.747933 0.1
#ArcCALD:99@N 0.776399 0.1
#ArcCALD:53@N 0.763324 0.1
#ArcCALD:149@N 0.794653 0.1
#ArcCALD:133@N 0.459366 0.1
#ArcCALD:73@N 0.602163 0.1
#ArcCALD:82@N 0.799351 0.1
#ArcCALD:150@N 0.63119 0.1
#ArcCALD:132@N 0.675715 0.1
#ArcCALD:26@N 0.719644 0.1
#ArcCALD:119@N 0.758699 0.1
#ArcCALD:128@N 0.79644 0.1
#ArcCALD:106@N 0.778831 0.1
#ArcCALD:21@N 0.76304 0.1
#ArcCALD:118@N 0.73956 0.1
#ArcCALD:64@N 0.808363 0.1
#ArcCALD:47@N 0.707477 0.1
#ArcCALD:25@N 0.650154 0.1
#ArcCALD:131@N 0.664617 0.1
#ArcCALD:85@N 0.759365 0.1
#ArcCALD:116@N 0.79877 0.1
#ArcCALD:37@N 0.770016 0.1
#ArcCALD:115@N 0.721371 0.1
#ArcCALD:56@N 0.666784 0.1
#ArcCALD:124@N 0.797237 0.1
#ArcCALD:51@N 0.747189 0.1
#ArcCALD:139@N 0.668373 0.1
#ArcCALD:41@N 0.717885 0.1
#ArcCALD:107@N 0.777365 0.1
#ArcCALD:19@N 0.708832 0.1
#ArcCALD:5@N 0.452495 0.1
#ArcCALD:32@N 0.750427 0.1
#ArcCALD:80@N 0.691362 0.1
#ArcCALD:142@N 0.769571 0.1
#ArcCALD:117@N 0.80715 0.1
#ArcCALD:77@N 0.768648 0.1
#ArcCALD:52@N 0.750058 0.1
#ArcCALD:58@N 0.743557 0.1
#ArcCALD:108@N 0.741526 0.1
 
relax> interatom.define(spin_id1='@N', spin_id2='@H', direct_bond=True, spin_selection=True, pipe=None)
Interatomic interactions are now defined for the following spins:
 
# Spin_ID_1 Spin_ID_2
'#ArcCALD:3@N' '#ArcCALD:3@H'
'#ArcCALD:4@N' '#ArcCALD:4@H'
'#ArcCALD:5@N' '#ArcCALD:5@H'
'#ArcCALD:6@N' '#ArcCALD:6@H'
'#ArcCALD:7@N' '#ArcCALD:7@H'
'#ArcCALD:8@N' '#ArcCALD:8@H'
'#ArcCALD:9@N' '#ArcCALD:9@H'
'#ArcCALD:10@N' '#ArcCALD:10@H'
'#ArcCALD:11@N' '#ArcCALD:11@H'
'#ArcCALD:13@N' '#ArcCALD:13@H'
'#ArcCALD:14@N' '#ArcCALD:14@H'
'#ArcCALD:15@N' '#ArcCALD:15@H'
'#ArcCALD:16@N' '#ArcCALD:16@H'
'#ArcCALD:17@N' '#ArcCALD:17@H'
'#ArcCALD:18@N' '#ArcCALD:18@H'
'#ArcCALD:19@N' '#ArcCALD:19@H'
'#ArcCALD:20@N' '#ArcCALD:20@H'
'#ArcCALD:21@N' '#ArcCALD:21@H'
'#ArcCALD:22@N' '#ArcCALD:22@H'
'#ArcCALD:23@N' '#ArcCALD:23@H'
'#ArcCALD:24@N' '#ArcCALD:24@H'
'#ArcCALD:25@N' '#ArcCALD:25@H'
'#ArcCALD:26@N' '#ArcCALD:26@H'
'#ArcCALD:27@N' '#ArcCALD:27@H'
'#ArcCALD:28@N' '#ArcCALD:28@H'
'#ArcCALD:29@N' '#ArcCALD:29@H'
'#ArcCALD:30@N' '#ArcCALD:30@H'
'#ArcCALD:31@N' '#ArcCALD:31@H'
'#ArcCALD:32@N' '#ArcCALD:32@H'
'#ArcCALD:33@N' '#ArcCALD:33@H'
'#ArcCALD:34@N' '#ArcCALD:34@H'
'#ArcCALD:35@N' '#ArcCALD:35@H'
'#ArcCALD:36@N' '#ArcCALD:36@H'
'#ArcCALD:37@N' '#ArcCALD:37@H'
'#ArcCALD:38@N' '#ArcCALD:38@H'
'#ArcCALD:39@N' '#ArcCALD:39@H'
'#ArcCALD:40@N' '#ArcCALD:40@H'
'#ArcCALD:41@N' '#ArcCALD:41@H'
'#ArcCALD:42@N' '#ArcCALD:42@H'
'#ArcCALD:43@N' '#ArcCALD:43@H'
'#ArcCALD:45@N' '#ArcCALD:45@H'
'#ArcCALD:46@N' '#ArcCALD:46@H'
'#ArcCALD:47@N' '#ArcCALD:47@H'
'#ArcCALD:48@N' '#ArcCALD:48@H'
'#ArcCALD:49@N' '#ArcCALD:49@H'
'#ArcCALD:50@N' '#ArcCALD:50@H'
'#ArcCALD:51@N' '#ArcCALD:51@H'
'#ArcCALD:52@N' '#ArcCALD:52@H'
'#ArcCALD:53@N' '#ArcCALD:53@H'
'#ArcCALD:54@N' '#ArcCALD:54@H'
'#ArcCALD:55@N' '#ArcCALD:55@H'
'#ArcCALD:56@N' '#ArcCALD:56@H'
'#ArcCALD:57@N' '#ArcCALD:57@H'
'#ArcCALD:58@N' '#ArcCALD:58@H'
'#ArcCALD:59@N' '#ArcCALD:59@H'
'#ArcCALD:60@N' '#ArcCALD:60@H'
'#ArcCALD:61@N' '#ArcCALD:61@H'
'#ArcCALD:62@N' '#ArcCALD:62@H'
'#ArcCALD:63@N' '#ArcCALD:63@H'
'#ArcCALD:64@N' '#ArcCALD:64@H'
'#ArcCALD:65@N' '#ArcCALD:65@H'
'#ArcCALD:66@N' '#ArcCALD:66@H'
'#ArcCALD:67@N' '#ArcCALD:67@H'
'#ArcCALD:68@N' '#ArcCALD:68@H'
'#ArcCALD:69@N' '#ArcCALD:69@H'
'#ArcCALD:70@N' '#ArcCALD:70@H'
'#ArcCALD:71@N' '#ArcCALD:71@H'
'#ArcCALD:72@N' '#ArcCALD:72@H'
'#ArcCALD:73@N' '#ArcCALD:73@H'
'#ArcCALD:74@N' '#ArcCALD:74@H'
'#ArcCALD:75@N' '#ArcCALD:75@H'
'#ArcCALD:76@N' '#ArcCALD:76@H'
'#ArcCALD:77@N' '#ArcCALD:77@H'
'#ArcCALD:78@N' '#ArcCALD:78@H'
'#ArcCALD:79@N' '#ArcCALD:79@H'
'#ArcCALD:80@N' '#ArcCALD:80@H'
'#ArcCALD:81@N' '#ArcCALD:81@H'
'#ArcCALD:82@N' '#ArcCALD:82@H'
'#ArcCALD:83@N' '#ArcCALD:83@H'
'#ArcCALD:84@N' '#ArcCALD:84@H'
'#ArcCALD:85@N' '#ArcCALD:85@H'
'#ArcCALD:87@N' '#ArcCALD:87@H'
'#ArcCALD:88@N' '#ArcCALD:88@H'
'#ArcCALD:89@N' '#ArcCALD:89@H'
'#ArcCALD:90@N' '#ArcCALD:90@H'
'#ArcCALD:91@N' '#ArcCALD:91@H'
'#ArcCALD:93@N' '#ArcCALD:93@H'
'#ArcCALD:94@N' '#ArcCALD:94@H'
'#ArcCALD:95@N' '#ArcCALD:95@H'
'#ArcCALD:96@N' '#ArcCALD:96@H'
'#ArcCALD:97@N' '#ArcCALD:97@H'
'#ArcCALD:98@N' '#ArcCALD:98@H'
'#ArcCALD:99@N' '#ArcCALD:99@H'
'#ArcCALD:100@N' '#ArcCALD:100@H'
'#ArcCALD:101@N' '#ArcCALD:101@H'
'#ArcCALD:102@N' '#ArcCALD:102@H'
'#ArcCALD:103@N' '#ArcCALD:103@H'
'#ArcCALD:104@N' '#ArcCALD:104@H'
'#ArcCALD:105@N' '#ArcCALD:105@H'
'#ArcCALD:106@N' '#ArcCALD:106@H'
'#ArcCALD:107@N' '#ArcCALD:107@H'
'#ArcCALD:108@N' '#ArcCALD:108@H'
'#ArcCALD:109@N' '#ArcCALD:109@H'
'#ArcCALD:110@N' '#ArcCALD:110@H'
'#ArcCALD:111@N' '#ArcCALD:111@H'
'#ArcCALD:112@N' '#ArcCALD:112@H'
'#ArcCALD:113@N' '#ArcCALD:113@H'
'#ArcCALD:114@N' '#ArcCALD:114@H'
'#ArcCALD:115@N' '#ArcCALD:115@H'
'#ArcCALD:116@N' '#ArcCALD:116@H'
'#ArcCALD:117@N' '#ArcCALD:117@H'
'#ArcCALD:118@N' '#ArcCALD:118@H'
'#ArcCALD:119@N' '#ArcCALD:119@H'
'#ArcCALD:120@N' '#ArcCALD:120@H'
'#ArcCALD:121@N' '#ArcCALD:121@H'
'#ArcCALD:122@N' '#ArcCALD:122@H'
'#ArcCALD:123@N' '#ArcCALD:123@H'
'#ArcCALD:124@N' '#ArcCALD:124@H'
'#ArcCALD:125@N' '#ArcCALD:125@H'
'#ArcCALD:127@N' '#ArcCALD:127@H'
'#ArcCALD:128@N' '#ArcCALD:128@H'
'#ArcCALD:129@N' '#ArcCALD:129@H'
'#ArcCALD:130@N' '#ArcCALD:130@H'
'#ArcCALD:131@N' '#ArcCALD:131@H'
'#ArcCALD:132@N' '#ArcCALD:132@H'
'#ArcCALD:133@N' '#ArcCALD:133@H'
'#ArcCALD:134@N' '#ArcCALD:134@H'
'#ArcCALD:136@N' '#ArcCALD:136@H'
'#ArcCALD:138@N' '#ArcCALD:138@H'
'#ArcCALD:139@N' '#ArcCALD:139@H'
'#ArcCALD:140@N' '#ArcCALD:140@H'
'#ArcCALD:141@N' '#ArcCALD:141@H'
'#ArcCALD:142@N' '#ArcCALD:142@H'
'#ArcCALD:143@N' '#ArcCALD:143@H'
'#ArcCALD:144@N' '#ArcCALD:144@H'
'#ArcCALD:145@N' '#ArcCALD:145@H'
'#ArcCALD:146@N' '#ArcCALD:146@H'
'#ArcCALD:147@N' '#ArcCALD:147@H'
'#ArcCALD:148@N' '#ArcCALD:148@H'
'#ArcCALD:149@N' '#ArcCALD:149@H'
'#ArcCALD:150@N' '#ArcCALD:150@H'
'#ArcCALD:151@N' '#ArcCALD:151@H'
'#ArcCALD:152@N' '#ArcCALD:152@H'
'#ArcCALD:153@N' '#ArcCALD:153@H'
'#ArcCALD:154@N' '#ArcCALD:154@H'
'#ArcCALD:155@N' '#ArcCALD:155@H'
'#ArcCALD:156@N' '#ArcCALD:156@H'
'#ArcCALD:157@N' '#ArcCALD:157@H'
'#ArcCALD:158@N' '#ArcCALD:158@H'
'#ArcCALD:159@N' '#ArcCALD:159@H'
 
relax> interatom.define(spin_id1='@NE1', spin_id2='@HE1', direct_bond=True, spin_selection=True, pipe=None)
Interatomic interactions are now defined for the following spins:
 
# Spin_ID_1 Spin_ID_2
'#ArcCALD:33@NE1' '#ArcCALD:33@HE1'
'#ArcCALD:48@NE1' '#ArcCALD:48@HE1'
'#ArcCALD:49@NE1' '#ArcCALD:49@HE1'
'#ArcCALD:59@NE1' '#ArcCALD:59@HE1'
'#ArcCALD:98@NE1' '#ArcCALD:98@HE1'
 
relax> interatom.set_dist(spin_id1='@N*', spin_id2='@H*', ave_dist=1.0200000000000001e-10, unit='meter')
The following averaged distances have been set:
 
# Spin_ID_1 Spin_ID_2 Ave_distance(meters)
'#ArcCALD:3@N' '#ArcCALD:3@H' 1.0200000000000001e-10
'#ArcCALD:4@N' '#ArcCALD:4@H' 1.0200000000000001e-10
'#ArcCALD:5@N' '#ArcCALD:5@H' 1.0200000000000001e-10
'#ArcCALD:6@N' '#ArcCALD:6@H' 1.0200000000000001e-10
'#ArcCALD:7@N' '#ArcCALD:7@H' 1.0200000000000001e-10
'#ArcCALD:8@N' '#ArcCALD:8@H' 1.0200000000000001e-10
'#ArcCALD:9@N' '#ArcCALD:9@H' 1.0200000000000001e-10
'#ArcCALD:10@N' '#ArcCALD:10@H' 1.0200000000000001e-10
'#ArcCALD:11@N' '#ArcCALD:11@H' 1.0200000000000001e-10
'#ArcCALD:13@N' '#ArcCALD:13@H' 1.0200000000000001e-10
'#ArcCALD:14@N' '#ArcCALD:14@H' 1.0200000000000001e-10
'#ArcCALD:15@N' '#ArcCALD:15@H' 1.0200000000000001e-10
'#ArcCALD:16@N' '#ArcCALD:16@H' 1.0200000000000001e-10
'#ArcCALD:17@N' '#ArcCALD:17@H' 1.0200000000000001e-10
'#ArcCALD:18@N' '#ArcCALD:18@H' 1.0200000000000001e-10
'#ArcCALD:19@N' '#ArcCALD:19@H' 1.0200000000000001e-10
'#ArcCALD:20@N' '#ArcCALD:20@H' 1.0200000000000001e-10
'#ArcCALD:21@N' '#ArcCALD:21@H' 1.0200000000000001e-10
'#ArcCALD:22@N' '#ArcCALD:22@H' 1.0200000000000001e-10
'#ArcCALD:23@N' '#ArcCALD:23@H' 1.0200000000000001e-10
'#ArcCALD:24@N' '#ArcCALD:24@H' 1.0200000000000001e-10
'#ArcCALD:25@N' '#ArcCALD:25@H' 1.0200000000000001e-10
'#ArcCALD:26@N' '#ArcCALD:26@H' 1.0200000000000001e-10
'#ArcCALD:27@N' '#ArcCALD:27@H' 1.0200000000000001e-10
'#ArcCALD:28@N' '#ArcCALD:28@H' 1.0200000000000001e-10
'#ArcCALD:29@N' '#ArcCALD:29@H' 1.0200000000000001e-10
'#ArcCALD:30@N' '#ArcCALD:30@H' 1.0200000000000001e-10
'#ArcCALD:31@N' '#ArcCALD:31@H' 1.0200000000000001e-10
'#ArcCALD:32@N' '#ArcCALD:32@H' 1.0200000000000001e-10
'#ArcCALD:33@N' '#ArcCALD:33@H' 1.0200000000000001e-10
'#ArcCALD:34@N' '#ArcCALD:34@H' 1.0200000000000001e-10
'#ArcCALD:35@N' '#ArcCALD:35@H' 1.0200000000000001e-10
'#ArcCALD:36@N' '#ArcCALD:36@H' 1.0200000000000001e-10
'#ArcCALD:37@N' '#ArcCALD:37@H' 1.0200000000000001e-10
'#ArcCALD:38@N' '#ArcCALD:38@H' 1.0200000000000001e-10
'#ArcCALD:39@N' '#ArcCALD:39@H' 1.0200000000000001e-10
'#ArcCALD:40@N' '#ArcCALD:40@H' 1.0200000000000001e-10
'#ArcCALD:41@N' '#ArcCALD:41@H' 1.0200000000000001e-10
'#ArcCALD:42@N' '#ArcCALD:42@H' 1.0200000000000001e-10
'#ArcCALD:43@N' '#ArcCALD:43@H' 1.0200000000000001e-10
'#ArcCALD:45@N' '#ArcCALD:45@H' 1.0200000000000001e-10
'#ArcCALD:46@N' '#ArcCALD:46@H' 1.0200000000000001e-10
'#ArcCALD:47@N' '#ArcCALD:47@H' 1.0200000000000001e-10
'#ArcCALD:48@N' '#ArcCALD:48@H' 1.0200000000000001e-10
'#ArcCALD:49@N' '#ArcCALD:49@H' 1.0200000000000001e-10
'#ArcCALD:50@N' '#ArcCALD:50@H' 1.0200000000000001e-10
'#ArcCALD:51@N' '#ArcCALD:51@H' 1.0200000000000001e-10
'#ArcCALD:52@N' '#ArcCALD:52@H' 1.0200000000000001e-10
'#ArcCALD:53@N' '#ArcCALD:53@H' 1.0200000000000001e-10
'#ArcCALD:54@N' '#ArcCALD:54@H' 1.0200000000000001e-10
'#ArcCALD:55@N' '#ArcCALD:55@H' 1.0200000000000001e-10
'#ArcCALD:56@N' '#ArcCALD:56@H' 1.0200000000000001e-10
'#ArcCALD:57@N' '#ArcCALD:57@H' 1.0200000000000001e-10
'#ArcCALD:58@N' '#ArcCALD:58@H' 1.0200000000000001e-10
'#ArcCALD:59@N' '#ArcCALD:59@H' 1.0200000000000001e-10
'#ArcCALD:60@N' '#ArcCALD:60@H' 1.0200000000000001e-10
'#ArcCALD:61@N' '#ArcCALD:61@H' 1.0200000000000001e-10
'#ArcCALD:62@N' '#ArcCALD:62@H' 1.0200000000000001e-10
'#ArcCALD:63@N' '#ArcCALD:63@H' 1.0200000000000001e-10
'#ArcCALD:64@N' '#ArcCALD:64@H' 1.0200000000000001e-10
'#ArcCALD:65@N' '#ArcCALD:65@H' 1.0200000000000001e-10
'#ArcCALD:66@N' '#ArcCALD:66@H' 1.0200000000000001e-10
'#ArcCALD:67@N' '#ArcCALD:67@H' 1.0200000000000001e-10
'#ArcCALD:68@N' '#ArcCALD:68@H' 1.0200000000000001e-10
'#ArcCALD:69@N' '#ArcCALD:69@H' 1.0200000000000001e-10
'#ArcCALD:70@N' '#ArcCALD:70@H' 1.0200000000000001e-10
'#ArcCALD:71@N' '#ArcCALD:71@H' 1.0200000000000001e-10
'#ArcCALD:72@N' '#ArcCALD:72@H' 1.0200000000000001e-10
'#ArcCALD:73@N' '#ArcCALD:73@H' 1.0200000000000001e-10
'#ArcCALD:74@N' '#ArcCALD:74@H' 1.0200000000000001e-10
'#ArcCALD:75@N' '#ArcCALD:75@H' 1.0200000000000001e-10
'#ArcCALD:76@N' '#ArcCALD:76@H' 1.0200000000000001e-10
'#ArcCALD:77@N' '#ArcCALD:77@H' 1.0200000000000001e-10
'#ArcCALD:78@N' '#ArcCALD:78@H' 1.0200000000000001e-10
'#ArcCALD:79@N' '#ArcCALD:79@H' 1.0200000000000001e-10
'#ArcCALD:80@N' '#ArcCALD:80@H' 1.0200000000000001e-10
'#ArcCALD:81@N' '#ArcCALD:81@H' 1.0200000000000001e-10
'#ArcCALD:82@N' '#ArcCALD:82@H' 1.0200000000000001e-10
'#ArcCALD:83@N' '#ArcCALD:83@H' 1.0200000000000001e-10
'#ArcCALD:84@N' '#ArcCALD:84@H' 1.0200000000000001e-10
'#ArcCALD:85@N' '#ArcCALD:85@H' 1.0200000000000001e-10
'#ArcCALD:87@N' '#ArcCALD:87@H' 1.0200000000000001e-10
'#ArcCALD:88@N' '#ArcCALD:88@H' 1.0200000000000001e-10
'#ArcCALD:89@N' '#ArcCALD:89@H' 1.0200000000000001e-10
'#ArcCALD:90@N' '#ArcCALD:90@H' 1.0200000000000001e-10
'#ArcCALD:91@N' '#ArcCALD:91@H' 1.0200000000000001e-10
'#ArcCALD:93@N' '#ArcCALD:93@H' 1.0200000000000001e-10
'#ArcCALD:94@N' '#ArcCALD:94@H' 1.0200000000000001e-10
'#ArcCALD:95@N' '#ArcCALD:95@H' 1.0200000000000001e-10
'#ArcCALD:96@N' '#ArcCALD:96@H' 1.0200000000000001e-10
'#ArcCALD:97@N' '#ArcCALD:97@H' 1.0200000000000001e-10
'#ArcCALD:98@N' '#ArcCALD:98@H' 1.0200000000000001e-10
'#ArcCALD:99@N' '#ArcCALD:99@H' 1.0200000000000001e-10
'#ArcCALD:100@N' '#ArcCALD:100@H' 1.0200000000000001e-10
'#ArcCALD:101@N' '#ArcCALD:101@H' 1.0200000000000001e-10
'#ArcCALD:102@N' '#ArcCALD:102@H' 1.0200000000000001e-10
'#ArcCALD:103@N' '#ArcCALD:103@H' 1.0200000000000001e-10
'#ArcCALD:104@N' '#ArcCALD:104@H' 1.0200000000000001e-10
'#ArcCALD:105@N' '#ArcCALD:105@H' 1.0200000000000001e-10
'#ArcCALD:106@N' '#ArcCALD:106@H' 1.0200000000000001e-10
'#ArcCALD:107@N' '#ArcCALD:107@H' 1.0200000000000001e-10
'#ArcCALD:108@N' '#ArcCALD:108@H' 1.0200000000000001e-10
'#ArcCALD:109@N' '#ArcCALD:109@H' 1.0200000000000001e-10
'#ArcCALD:110@N' '#ArcCALD:110@H' 1.0200000000000001e-10
'#ArcCALD:111@N' '#ArcCALD:111@H' 1.0200000000000001e-10
'#ArcCALD:112@N' '#ArcCALD:112@H' 1.0200000000000001e-10
'#ArcCALD:113@N' '#ArcCALD:113@H' 1.0200000000000001e-10
'#ArcCALD:114@N' '#ArcCALD:114@H' 1.0200000000000001e-10
'#ArcCALD:115@N' '#ArcCALD:115@H' 1.0200000000000001e-10
'#ArcCALD:116@N' '#ArcCALD:116@H' 1.0200000000000001e-10
'#ArcCALD:117@N' '#ArcCALD:117@H' 1.0200000000000001e-10
'#ArcCALD:118@N' '#ArcCALD:118@H' 1.0200000000000001e-10
'#ArcCALD:119@N' '#ArcCALD:119@H' 1.0200000000000001e-10
'#ArcCALD:120@N' '#ArcCALD:120@H' 1.0200000000000001e-10
'#ArcCALD:121@N' '#ArcCALD:121@H' 1.0200000000000001e-10
'#ArcCALD:122@N' '#ArcCALD:122@H' 1.0200000000000001e-10
'#ArcCALD:123@N' '#ArcCALD:123@H' 1.0200000000000001e-10
'#ArcCALD:124@N' '#ArcCALD:124@H' 1.0200000000000001e-10
'#ArcCALD:125@N' '#ArcCALD:125@H' 1.0200000000000001e-10
'#ArcCALD:127@N' '#ArcCALD:127@H' 1.0200000000000001e-10
'#ArcCALD:128@N' '#ArcCALD:128@H' 1.0200000000000001e-10
'#ArcCALD:129@N' '#ArcCALD:129@H' 1.0200000000000001e-10
'#ArcCALD:130@N' '#ArcCALD:130@H' 1.0200000000000001e-10
'#ArcCALD:131@N' '#ArcCALD:131@H' 1.0200000000000001e-10
'#ArcCALD:132@N' '#ArcCALD:132@H' 1.0200000000000001e-10
'#ArcCALD:133@N' '#ArcCALD:133@H' 1.0200000000000001e-10
'#ArcCALD:134@N' '#ArcCALD:134@H' 1.0200000000000001e-10
'#ArcCALD:136@N' '#ArcCALD:136@H' 1.0200000000000001e-10
'#ArcCALD:138@N' '#ArcCALD:138@H' 1.0200000000000001e-10
'#ArcCALD:139@N' '#ArcCALD:139@H' 1.0200000000000001e-10
'#ArcCALD:140@N' '#ArcCALD:140@H' 1.0200000000000001e-10
'#ArcCALD:141@N' '#ArcCALD:141@H' 1.0200000000000001e-10
'#ArcCALD:142@N' '#ArcCALD:142@H' 1.0200000000000001e-10
'#ArcCALD:143@N' '#ArcCALD:143@H' 1.0200000000000001e-10
'#ArcCALD:144@N' '#ArcCALD:144@H' 1.0200000000000001e-10
'#ArcCALD:145@N' '#ArcCALD:145@H' 1.0200000000000001e-10
'#ArcCALD:146@N' '#ArcCALD:146@H' 1.0200000000000001e-10
'#ArcCALD:147@N' '#ArcCALD:147@H' 1.0200000000000001e-10
'#ArcCALD:148@N' '#ArcCALD:148@H' 1.0200000000000001e-10
'#ArcCALD:149@N' '#ArcCALD:149@H' 1.0200000000000001e-10
'#ArcCALD:150@N' '#ArcCALD:150@H' 1.0200000000000001e-10
'#ArcCALD:151@N' '#ArcCALD:151@H' 1.0200000000000001e-10
'#ArcCALD:152@N' '#ArcCALD:152@H' 1.0200000000000001e-10
'#ArcCALD:153@N' '#ArcCALD:153@H' 1.0200000000000001e-10
'#ArcCALD:154@N' '#ArcCALD:154@H' 1.0200000000000001e-10
'#ArcCALD:155@N' '#ArcCALD:155@H' 1.0200000000000001e-10
'#ArcCALD:156@N' '#ArcCALD:156@H' 1.0200000000000001e-10
'#ArcCALD:157@N' '#ArcCALD:157@H' 1.0200000000000001e-10
'#ArcCALD:158@N' '#ArcCALD:158@H' 1.0200000000000001e-10
'#ArcCALD:159@N' '#ArcCALD:159@H' 1.0200000000000001e-10
'#ArcCALD:33@NE1' '#ArcCALD:33@HE1' 1.0200000000000001e-10
'#ArcCALD:48@NE1' '#ArcCALD:48@HE1' 1.0200000000000001e-10
'#ArcCALD:49@NE1' '#ArcCALD:49@HE1' 1.0200000000000001e-10
'#ArcCALD:59@NE1' '#ArcCALD:59@HE1' 1.0200000000000001e-10
'#ArcCALD:98@NE1' '#ArcCALD:98@HE1' 1.0200000000000001e-10
relax> interatom.unit_vectors(ave=True)
Averaging all vectors.
Calculated 1 N-H unit vector between the spins '#ArcCALD:3@N' and '#ArcCALD:3@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:4@N' and '#ArcCALD:4@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:5@N' and '#ArcCALD:5@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:6@N' and '#ArcCALD:6@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:7@N' and '#ArcCALD:7@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:8@N' and '#ArcCALD:8@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:9@N' and '#ArcCALD:9@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:10@N' and '#ArcCALD:10@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:11@N' and '#ArcCALD:11@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:13@N' and '#ArcCALD:13@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:14@N' and '#ArcCALD:14@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:15@N' and '#ArcCALD:15@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:16@N' and '#ArcCALD:16@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:17@N' and '#ArcCALD:17@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:18@N' and '#ArcCALD:18@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:19@N' and '#ArcCALD:19@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:20@N' and '#ArcCALD:20@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:21@N' and '#ArcCALD:21@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:22@N' and '#ArcCALD:22@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:23@N' and '#ArcCALD:23@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:24@N' and '#ArcCALD:24@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:25@N' and '#ArcCALD:25@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:26@N' and '#ArcCALD:26@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:27@N' and '#ArcCALD:27@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:28@N' and '#ArcCALD:28@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:29@N' and '#ArcCALD:29@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:30@N' and '#ArcCALD:30@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:31@N' and '#ArcCALD:31@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:32@N' and '#ArcCALD:32@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:33@N' and '#ArcCALD:33@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:34@N' and '#ArcCALD:34@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:35@N' and '#ArcCALD:35@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:36@N' and '#ArcCALD:36@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:37@N' and '#ArcCALD:37@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:38@N' and '#ArcCALD:38@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:39@N' and '#ArcCALD:39@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:40@N' and '#ArcCALD:40@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:41@N' and '#ArcCALD:41@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:42@N' and '#ArcCALD:42@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:43@N' and '#ArcCALD:43@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:45@N' and '#ArcCALD:45@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:46@N' and '#ArcCALD:46@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:47@N' and '#ArcCALD:47@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:48@N' and '#ArcCALD:48@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:49@N' and '#ArcCALD:49@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:50@N' and '#ArcCALD:50@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:51@N' and '#ArcCALD:51@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:52@N' and '#ArcCALD:52@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:53@N' and '#ArcCALD:53@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:54@N' and '#ArcCALD:54@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:55@N' and '#ArcCALD:55@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:56@N' and '#ArcCALD:56@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:57@N' and '#ArcCALD:57@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:58@N' and '#ArcCALD:58@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:59@N' and '#ArcCALD:59@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:60@N' and '#ArcCALD:60@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:61@N' and '#ArcCALD:61@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:62@N' and '#ArcCALD:62@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:63@N' and '#ArcCALD:63@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:64@N' and '#ArcCALD:64@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:65@N' and '#ArcCALD:65@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:66@N' and '#ArcCALD:66@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:67@N' and '#ArcCALD:67@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:68@N' and '#ArcCALD:68@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:69@N' and '#ArcCALD:69@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:70@N' and '#ArcCALD:70@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:71@N' and '#ArcCALD:71@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:72@N' and '#ArcCALD:72@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:73@N' and '#ArcCALD:73@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:74@N' and '#ArcCALD:74@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:75@N' and '#ArcCALD:75@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:76@N' and '#ArcCALD:76@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:77@N' and '#ArcCALD:77@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:78@N' and '#ArcCALD:78@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:79@N' and '#ArcCALD:79@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:80@N' and '#ArcCALD:80@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:81@N' and '#ArcCALD:81@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:82@N' and '#ArcCALD:82@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:83@N' and '#ArcCALD:83@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:84@N' and '#ArcCALD:84@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:85@N' and '#ArcCALD:85@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:87@N' and '#ArcCALD:87@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:88@N' and '#ArcCALD:88@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:89@N' and '#ArcCALD:89@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:90@N' and '#ArcCALD:90@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:91@N' and '#ArcCALD:91@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:93@N' and '#ArcCALD:93@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:94@N' and '#ArcCALD:94@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:95@N' and '#ArcCALD:95@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:96@N' and '#ArcCALD:96@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:97@N' and '#ArcCALD:97@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:98@N' and '#ArcCALD:98@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:99@N' and '#ArcCALD:99@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:100@N' and '#ArcCALD:100@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:101@N' and '#ArcCALD:101@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:102@N' and '#ArcCALD:102@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:103@N' and '#ArcCALD:103@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:104@N' and '#ArcCALD:104@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:105@N' and '#ArcCALD:105@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:106@N' and '#ArcCALD:106@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:107@N' and '#ArcCALD:107@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:108@N' and '#ArcCALD:108@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:109@N' and '#ArcCALD:109@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:110@N' and '#ArcCALD:110@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:111@N' and '#ArcCALD:111@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:112@N' and '#ArcCALD:112@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:113@N' and '#ArcCALD:113@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:114@N' and '#ArcCALD:114@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:115@N' and '#ArcCALD:115@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:116@N' and '#ArcCALD:116@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:117@N' and '#ArcCALD:117@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:118@N' and '#ArcCALD:118@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:119@N' and '#ArcCALD:119@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:120@N' and '#ArcCALD:120@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:121@N' and '#ArcCALD:121@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:122@N' and '#ArcCALD:122@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:123@N' and '#ArcCALD:123@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:124@N' and '#ArcCALD:124@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:125@N' and '#ArcCALD:125@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:127@N' and '#ArcCALD:127@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:128@N' and '#ArcCALD:128@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:129@N' and '#ArcCALD:129@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:130@N' and '#ArcCALD:130@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:131@N' and '#ArcCALD:131@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:132@N' and '#ArcCALD:132@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:133@N' and '#ArcCALD:133@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:134@N' and '#ArcCALD:134@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:136@N' and '#ArcCALD:136@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:138@N' and '#ArcCALD:138@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:139@N' and '#ArcCALD:139@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:140@N' and '#ArcCALD:140@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:141@N' and '#ArcCALD:141@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:142@N' and '#ArcCALD:142@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:143@N' and '#ArcCALD:143@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:144@N' and '#ArcCALD:144@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:145@N' and '#ArcCALD:145@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:146@N' and '#ArcCALD:146@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:147@N' and '#ArcCALD:147@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:148@N' and '#ArcCALD:148@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:149@N' and '#ArcCALD:149@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:150@N' and '#ArcCALD:150@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:151@N' and '#ArcCALD:151@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:152@N' and '#ArcCALD:152@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:153@N' and '#ArcCALD:153@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:154@N' and '#ArcCALD:154@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:155@N' and '#ArcCALD:155@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:156@N' and '#ArcCALD:156@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:157@N' and '#ArcCALD:157@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:158@N' and '#ArcCALD:158@H'.
Calculated 1 N-H unit vector between the spins '#ArcCALD:159@N' and '#ArcCALD:159@H'.
Calculated 1 NE1-HE1 unit vector between the spins '#ArcCALD:33@NE1' and '#ArcCALD:33@HE1'.
Calculated 1 NE1-HE1 unit vector between the spins '#ArcCALD:48@NE1' and '#ArcCALD:48@HE1'.
Calculated 1 NE1-HE1 unit vector between the spins '#ArcCALD:49@NE1' and '#ArcCALD:49@HE1'.
Calculated 1 NE1-HE1 unit vector between the spins '#ArcCALD:59@NE1' and '#ArcCALD:59@HE1'.
Calculated 1 NE1-HE1 unit vector between the spins '#ArcCALD:98@NE1' and '#ArcCALD:98@HE1'.
relax> value.set(val=-0.00017199999999999998, param='csa', index=0, spin_id='@N*', error=False, force=True)
</source>
|}
Trusted, Bureaucrats
1,382

edits

Navigation menu