Home
last modified time | relevance | path

Searched refs:ase (Results 76 – 100 of 3945) sorted by relevance

12345678910>>...158

/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go739 var ase AdlsSecurityException
740 err := json.Unmarshal(body, &ase)
741 return ase, err
971 ase.Exception = ExceptionSecurityException
973 if ase.JavaClassName != nil {
976 if ase.Message != nil {
977 objectMap["message"] = ase.Message
979 if ase.Exception != "" {
980 objectMap["exception"] = ase.Exception
997 return &ase, true
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/md/
H A Dtest_md_logger.py5 from ase.optimize import FIRE, BFGS
6 from ase.data import s22
7 from ase.calculators.tip3p import TIP3P
8 from ase.constraints import FixBondLengths
9 from ase.md.verlet import VelocityVerlet
10 from ase.md.langevin import Langevin
11 from ase.io import Trajectory
12 import ase.units as u
H A Dtest_fixrotation.py1 from ase.units import fs
2 from ase.build import bulk
3 from ase.md import Langevin
4 from ase.md.fix import FixRotation
5 from ase.utils import seterr
6 from ase.md.velocitydistribution import (MaxwellBoltzmannDistribution,
H A Dtest_CO2linear_Au111_langevin.py4 from ase import Atoms
5 from ase.calculators.emt import EMT
6 from ase.constraints import FixLinearTriatomic
7 from ase.md import Langevin
8 from ase.build import fcc111, add_adsorbate
9 import ase.units as units
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/big/dcdft/
H A Dpbe_abinit_hgh.py7 import ase.db
8 from ase.units import Rydberg
9 from ase.utils import opencew
10 from ase.calculators.calculator import kpts2mp
11 from ase.io import Trajectory
12 from ase.calculators.abinit import Abinit
13 from ase.test.tasks.dcdft import DeltaCodesDFTCollection as Collection
22 c = ase.db.connect('dcdft_abinit_hgh.db')
H A Dpbe_abinit_paw.py7 import ase.db
8 from ase.units import Rydberg
9 from ase.utils import opencew
10 from ase.calculators.calculator import kpts2mp
11 from ase.io import Trajectory
12 from ase.calculators.abinit import Abinit
13 from ase.test.tasks.dcdft import DeltaCodesDFTCollection as Collection
22 c = ase.db.connect('dcdft_abinit_paw.db')
/dports/science/py-ase/ase-3.22.0/ase/cli/
H A Dreciprocal.py1 from ase import Atoms
2 from ase.io import read
3 from ase.io.jsonio import read_json
4 from ase.dft.kpoints import BandPath
5 from ase.cli.main import CLIError
6 from ase.io.formats import UnknownFileTypeError
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/
H A Dcpu_id.patch6 // ase enabled if /proc/cpuinfo is unavailable.
7 if (strcmp(ase, " msa") == 0) {
10 if (strcmp(ase, " dspr2") == 0) {
17 char* p = strstr(cpuinfo_line, ase);
20 if (strcmp(ase, " msa") == 0) {
23 if (strcmp(ase, " dspr2") == 0) {
/dports/science/py-ase/ase-3.22.0/ase/test/
H A Dtest_example.py1 from ase import Atoms
2 from ase.constraints import FixAtoms
3 from ase.io import Trajectory
4 from ase.optimize import QuasiNewton
5 from ase.calculators.morse import MorsePotential
H A Dtest_dimensionality.py2 import ase.build
3 from ase import Atoms
4 from ase.lattice.cubic import FaceCenteredCubic
5 from ase.geometry.dimensionality import (analyze_dimensionality,
11 atoms = ase.build.mx2(formula='MoS2', kind='2H', a=3.18, thickness=3.19)
41 atoms = ase.build.molecule('H2O', vacuum=3.0)
77 atoms = ase.build.mx2(formula='MoS2', kind='2H', a=3.18, thickness=3.19)
/dports/science/py-ase/ase-3.22.0/ase/test/forcefields/
H A Dtest_rattle.py2 import ase.units as units
3 from ase.calculators.tip3p import TIP3P, epsilon0, sigma0, rOH, angleHOH
4 from ase.calculators.qmmm import SimpleQMMM, EIQMMM, LJInteractions
5 from ase.data.s22 import create_s22_system as s22
6 from ase.md.verlet import VelocityVerlet
7 from ase.constraints import FixBondLengths
H A Dtest_rattle_linear.py3 from ase import Atoms
4 from ase.calculators.acn import (ACN, m_me, r_cn, r_mec,
7 from ase.calculators.qmmm import SimpleQMMM, EIQMMM, LJInteractionsGeneral
8 from ase.md.verlet import VelocityVerlet
9 from ase.constraints import FixLinearTriatomic
10 import ase.units as units
/dports/science/py-ase/ase-3.22.0/ase/test/constraints/
H A Dtest_fix_bond_length_mic.py3 import ase
4 from ase.calculators.lj import LennardJones
5 from ase.constraints import FixBondLength
6 from ase.optimize import FIRE
11 a = ase.Atoms('CCC',
H A Dtest_mirror.py2 from ase.build import molecule
3 from ase.constraints import MirrorForce, FixBondLength, MirrorTorque
4 from ase.constraints import ExternalForce
5 from ase.optimize import FIRE
6 from ase.calculators.emt import EMT
H A Dtest_hookean.py10 from ase import Atoms, Atom
11 from ase.build import fcc110
12 from ase.calculators.emt import EMT
13 from ase.constraints import FixAtoms, Hookean
14 from ase.md import VelocityVerlet
15 from ase import units
/dports/science/py-ase/ase-3.22.0/ase/test/emt/
H A Dtest_emt1.py1 from ase import Atoms
2 from ase.calculators.emt import EMT
3 from ase.constraints import FixBondLength
4 from ase.io import Trajectory
5 from ase.optimize import BFGS
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/store/2015-10-01-preview/filesystem/
H A Dmodels.go655 var ase AdlsSecurityException
656 err := json.Unmarshal(body, &ase)
657 return ase, err
860 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
861 ase.Exception = ExceptionSecurityException
863 if ase.Exception != "" {
864 objectMap["exception"] = ase.Exception
881 return &ase, true
885 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
915 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/store/2015-10-01-preview/filesystem/
H A Dmodels.go655 var ase AdlsSecurityException
656 err := json.Unmarshal(body, &ase)
657 return ase, err
860 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
861 ase.Exception = ExceptionSecurityException
863 if ase.Exception != "" {
864 objectMap["exception"] = ase.Exception
881 return &ase, true
885 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
915 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/store/2015-10-01-preview/filesystem/
H A Dmodels.go655 var ase AdlsSecurityException
656 err := json.Unmarshal(body, &ase)
657 return ase, err
860 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
861 ase.Exception = ExceptionSecurityException
863 if ase.Exception != "" {
864 objectMap["exception"] = ase.Exception
881 return &ase, true
885 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
915 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/store/2015-10-01-preview/filesystem/
H A Dmodels.go655 var ase AdlsSecurityException
656 err := json.Unmarshal(body, &ase)
657 return ase, err
860 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
861 ase.Exception = ExceptionSecurityException
863 if ase.Exception != "" {
864 objectMap["exception"] = ase.Exception
881 return &ase, true
885 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
915 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/store/2015-10-01-preview/filesystem/
H A Dmodels.go595 var ase AdlsSecurityException
596 err := json.Unmarshal(body, &ase)
597 return ase, err
800 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
801 ase.Exception = ExceptionSecurityException
803 if ase.Exception != "" {
804 objectMap["exception"] = ase.Exception
821 return &ase, true
825 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
855 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/store/2015-10-01-preview/filesystem/
H A Dmodels.go595 var ase AdlsSecurityException
596 err := json.Unmarshal(body, &ase)
597 return ase, err
800 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
801 ase.Exception = ExceptionSecurityException
803 if ase.Exception != "" {
804 objectMap["exception"] = ase.Exception
821 return &ase, true
825 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
855 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go627 var ase AdlsSecurityException
628 err := json.Unmarshal(body, &ase)
629 return ase, err
846 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
847 ase.Exception = ExceptionSecurityException
849 if ase.Exception != "" {
850 objectMap["exception"] = ase.Exception
867 return &ase, true
871 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
906 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go627 var ase AdlsSecurityException
628 err := json.Unmarshal(body, &ase)
629 return ase, err
846 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
847 ase.Exception = ExceptionSecurityException
849 if ase.Exception != "" {
850 objectMap["exception"] = ase.Exception
867 return &ase, true
871 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
906 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/ga/
H A Dtest_bulk_operators.py3 from ase import Atoms
4 from ase.build import bulk
5 from ase.ga.utilities import (closest_distances_generator, atoms_too_close,
7 from ase.ga.startgenerator import StartGenerator
8 from ase.ga.cutandsplicepairing import CutAndSplicePairing
9 from ase.ga.soft_mutation import SoftMutation
10 from ase.ga.ofp_comparator import OFPComparator
11 from ase.ga.offspring_creator import CombinationMutation
12 from ase.ga.standardmutations import (RattleMutation, PermutationMutation,

12345678910>>...158