Re: [Spglib-users] symmetrizing positions/cell vectors without altering cell?
Brought to you by:
atztogo
From: Atsushi T. <atz...@gm...> - 2017-09-23 01:08:19
|
Hi, Do you want the following? https://atztogo.github.io/spglib/api.html#spg-standardize-cell with to_primitive=0 and no_idealize=1 Or if you want detailed control, you may use the dataset obtained by spg_get_dataset with additional some operations by yourself. https://atztogo.github.io/spglib/api.html#spg-get-dataset-and-spg-get-dataset-with-hall-number Togo On Sat, Sep 23, 2017 at 3:35 AM, Noam Bernstein <noa...@nr...> wrote: > Hi - I’ve been happy using spglib, it’s been a great tool, but I’m now > trying to do something new and can’t figure out whether it’s possible. I’d > like to symmetrize a cell according to a particular spacegroup (which I > found is approximately applicable at a loose symprec). However, > standardize_cell (and its relatives) all modify the cell size, either to > make a primitive cell (much smaller if I have a supercell), or some sort of > conventional cell (bigger, e.g., if my original cell is a primitive diamond > structure). I’d like to fix my positions to exactly follow the symmetry > operations, but without ever changing the overall cell any more than > minimally necessary for symmetry. Is this possible with spglib? > thanks, > Noam > > ____________ > | > | > | > U.S. NAVAL > | > | > _RESEARCH_ > | > LABORATORY > > Noam Bernstein, Ph.D. > Center for Materials Physics and Technology > U.S. Naval Research Laboratory > T +1 202 404 8628 F +1 202 404 7546 > https://www.nrl.navy.mil > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Spglib-users mailing list > Spg...@li... > https://lists.sourceforge.net/lists/listinfo/spglib-users > -- Atsushi Togo Elements Strategy Initiative for Structural Materials, Kyoto university E-mail: atz...@gm... |