mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
- new `pbc_wrap` and `pbc_unwrap` commands - `intra_fit pbc=1` (default) automatically unwraps and rewraps - `smooth pbc=1` (default) automatically unwraps and rewraps - Changes CoordSetRealToFrac/CoordSetFracToReal to take the premultiplied state matrix into account
7 lines
185 B
C
7 lines
185 B
C
#pragma once
|
|
|
|
#include "ObjectMolecule.h"
|
|
|
|
void ObjectMoleculePBCUnwrap(ObjectMolecule&, bool bymol = true);
|
|
void ObjectMoleculePBCWrap(ObjectMolecule&, float const* center = nullptr);
|