|
read_map(m_file)
Returns dictionary giving perturbed to original (combined) mapping. |
|
|
|
fep_add_block(fep_handle,
array_name,
block)
array_name = name of block, e.g., fepio_atommaps block = [ [[ti, tj],
[ai, aj]], ... |
|
|
|
canonical_pair(p)
Construct a unique key for each pair of atoms by ordering the two
atoms in ascending order. |
|
|
|
make_pairmaps(a,
b,
block_name) |
|
|
|
item_key(a)
Construct a unique item key tuple from a_{i, j, ... |
|
|
|
make_block(a,
b,
block_name)
Return a list which can be turned into a fepio block. |
|
|
|
kept_terms(map,
imap,
anglemaps,
dihedmaps)
Assign kept (-1) and not kept (0) for angles and diheds that purely
involve dummy atoms. |
|
|
|
kept_terms_stage_2(ct1,
ct2,
atommaps,
anglemaps,
dihedmaps,
map) |
|
|
|
|
|
two_neighbors(i,
neighbors,
realdummy)
Return a list of 1, 2, or 3 atoms [i, j, k] such that i is bonded to
j, j is bonded to k, and k is not i. |
|
|
|
get_residue_num(atommaps,
ct_a,
ct_b)
Return dictionary of combined_atom_index -> residue_string |
|
|
|
add_more_exclusions(block) |
|
|