Home
last modified time | relevance | path

Searched refs:UnitCell (Results 26 – 50 of 262) sorted by relevance

1234567891011

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/random/
H A Ddecl.hpp21 T UnitCell();
24 T SampleUniform( T a=0, T b=UnitCell<T>() );
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dbinning.py40 from molmod.unit_cells import UnitCell
131 grid_cell = UnitCell(np.array([
136 elif isinstance(grid, UnitCell):
148 integer_cell = UnitCell(integer_matrix, unit_cell.active)
H A Dunit_cells.py37 class UnitCell(ReadOnly): class
200 return UnitCell(self.matrix[:,order], self.active[order])
299 return UnitCell(matrix, active)
308 return UnitCell(matrix, active)
317 return UnitCell(matrix, active)
H A Dtransformations.py38 from molmod.unit_cells import UnitCell
130 elif isinstance(x, UnitCell):
284 elif isinstance(x, UnitCell):
285 return UnitCell(np.dot(self.r, x.matrix), x.active)
416 elif isinstance(x, UnitCell):
417 return UnitCell(np.dot(self.r, x.matrix), x.active)
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/yaehmop/
H A Dspecialkpoints.cpp33 using Avogadro::Core::UnitCell;
40 UnitCell* cell = mol.unitCell(); in getSpecialKPoints()
70 UnitCell* cell = mol.unitCell(); in processConditionKPoints()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/yaehmop/
H A Dspecialkpoints.cpp33 using Avogadro::Core::UnitCell;
40 UnitCell* cell = mol.unitCell(); in getSpecialKPoints()
70 UnitCell* cell = mol.unitCell(); in processConditionKPoints()
/dports/science/openmx/openmx3.8/work/unfolding_example/
H A DBCC_Fe_Perfect.dat63 <Band.KPath.UnitCell
67 Band.KPath.UnitCell>
68 # if <Band.KPath.UnitCell does not exist,
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Dcrystaltools.h28 class UnitCell; variable
135 static bool fractionalCoordinates(const UnitCell& unitCell,
H A Dunitcell.cpp24 void UnitCell::setCellParameters(Real a_, Real b_, Real c_, Real al, Real be, in setCellParameters()
54 Real UnitCell::signedAngleRadians(const Vector3& v1, const Vector3& v2, in signedAngleRadians()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Dcrystaltools.h28 class UnitCell; variable
135 static bool fractionalCoordinates(const UnitCell& unitCell,
H A Dunitcell.cpp24 void UnitCell::setCellParameters(Real a_, Real b_, Real c_, Real al, Real be, in setCellParameters()
54 Real UnitCell::signedAngleRadians(const Vector3& v1, const Vector3& v2, in signedAngleRadians()
/dports/science/openmx/openmx3.8/work/
H A DCdia.dat69 <Band.KPath.UnitCell
73 Band.KPath.UnitCell>
74 # if <Band.KPath.UnitCell does not exist,
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DWavefunctionHandler.h33 UnitCell uc;
34 UnitCell ruc;
H A DMLWFTransform.h25 class UnitCell; variable
37 const UnitCell& cell_;
/dports/science/openmx/openmx3.8/work/force_example/
H A DGaAs_NC_SO+U.dat86 <Band.KPath.UnitCell
90 Band.KPath.UnitCell>
91 # if <Band.KPath.UnitCell does not exist,
H A DGaAs+05.dat73 <Band.KPath.UnitCell
77 Band.KPath.UnitCell>
78 # if <Band.KPath.UnitCell does not exist,
H A DGaAs_GGA.dat72 <Band.KPath.UnitCell
76 Band.KPath.UnitCell>
77 # if <Band.KPath.UnitCell does not exist,
H A DHdia_GGA.dat114 <Band.KPath.UnitCell
118 Band.KPath.UnitCell>
119 # if <Band.KPath.UnitCell does not exist,
H A DHdia_LDA.dat114 <Band.KPath.UnitCell
118 Band.KPath.UnitCell>
119 # if <Band.KPath.UnitCell does not exist,
H A DHHdia_LDA.dat115 <Band.KPath.UnitCell
119 Band.KPath.UnitCell>
120 # if <Band.KPath.UnitCell does not exist,
H A DCdia_GGA.dat118 <Band.KPath.UnitCell
122 Band.KPath.UnitCell>
123 # if <Band.KPath.UnitCell does not exist,
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/io/
H A Dgromacsformat.cpp44 using Core::UnitCell;
230 UnitCell* cell = new UnitCell; in read()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/io/
H A Dgromacsformat.cpp44 using Core::UnitCell;
230 UnitCell* cell = new UnitCell; in read()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/crystal/
H A Dcrystal.cpp36 using Avogadro::Core::UnitCell;
144 if (changes & Molecule::UnitCell) { in moleculeChanged()
181 Molecule::Added | Molecule::Atoms | Molecule::UnitCell; in importCrystalClipboard()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/crystal/
H A Dcrystal.cpp36 using Avogadro::Core::UnitCell;
144 if (changes & Molecule::UnitCell) { in moleculeChanged()
181 Molecule::Added | Molecule::Atoms | Molecule::UnitCell; in importCrystalClipboard()

1234567891011