ResidueType: added VIRTUAL_RESIDUE property & fixed is_virtual_residue()
VRT and VRT1 now have the VIRTUAL_RESIDUE property.
ResidueType now has a is_virtual_residue_ private datum.
is_virtual_residue() now returns the value of the latter.
All unit tests pass.
No integration test changes.