Home
last modified time | relevance | path

Searched refs:ase (Results 126 – 150 of 3945) sorted by relevance

12345678910>>...158

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go706 var ase AdlsSecurityException
707 err := json.Unmarshal(body, &ase)
708 return ase, err
925 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
926 ase.Exception = ExceptionSecurityException
928 if ase.Exception != "" {
929 objectMap["exception"] = ase.Exception
946 return &ase, true
950 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
985 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go706 var ase AdlsSecurityException
707 err := json.Unmarshal(body, &ase)
708 return ase, err
925 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
926 ase.Exception = ExceptionSecurityException
928 if ase.Exception != "" {
929 objectMap["exception"] = ase.Exception
946 return &ase, true
950 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
985 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go622 var ase AdlsSecurityException
623 err := json.Unmarshal(body, &ase)
624 return ase, err
841 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
842 ase.Exception = ExceptionSecurityException
844 if ase.Exception != "" {
845 objectMap["exception"] = ase.Exception
862 return &ase, true
866 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
901 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go706 var ase AdlsSecurityException
707 err := json.Unmarshal(body, &ase)
708 return ase, err
925 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
926 ase.Exception = ExceptionSecurityException
928 if ase.Exception != "" {
929 objectMap["exception"] = ase.Exception
946 return &ase, true
950 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
985 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go622 var ase AdlsSecurityException
623 err := json.Unmarshal(body, &ase)
624 return ase, err
841 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
842 ase.Exception = ExceptionSecurityException
844 if ase.Exception != "" {
845 objectMap["exception"] = ase.Exception
862 return &ase, true
866 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
901 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/datalake/store/2016-11-01/filesystem/
H A Dmodels.go622 var ase AdlsSecurityException
623 err := json.Unmarshal(body, &ase)
624 return ase, err
841 func (ase AdlsSecurityException) MarshalJSON() ([]byte, error) {
842 ase.Exception = ExceptionSecurityException
844 if ase.Exception != "" {
845 objectMap["exception"] = ase.Exception
862 return &ase, true
866 func (ase AdlsSecurityException) AsAdlsIOException() (*AdlsIOException, bool) {
901 func (ase AdlsSecurityException) AsAdlsRemoteException() (*AdlsRemoteException, bool) {
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/cp2k/
H A Dtest_cp2k_many.py7 from ase.build import molecule
8 from ase.optimize import BFGS
10 from ase.calculators.calculator import CalculatorSetupError
11 from ase import units
12 from ase.atoms import Atoms
13 from ase.md.velocitydistribution import MaxwellBoltzmannDistribution
14 from ase.md.verlet import VelocityVerlet
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/
H A Dtest_watermodel.py3 from ase import Atoms
4 from ase.calculators.tip3p import TIP3P, rOH, angleHOH
5 from ase.md import Langevin as Langevin0
6 import ase.units as units
7 from ase.io.trajectory import Trajectory
8 from ase.constraints import FixBondLengths
10 from ase.io import read
/dports/science/py-ase/ase-3.22.0/ase/optimize/test/
H A Dneb.py1 from ase.optimize import QuasiNewton
2 from ase.constraints import FixAtoms
3 from ase.calculators.emt import EMT
4 from ase.neb import NEB
5 from ase.build import fcc100, add_adsorbate
/dports/science/py-ase/ase-3.22.0/ase/test/bandstructure/
H A Dtest_bandstructure.py4 from ase.build import bulk
5 from ase.calculators.test import FreeElectrons
6 from ase.dft.kpoints import special_paths
7 from ase.spectrum.band_structure import BandStructure
29 from ase.lattice import RHL
/dports/science/py-ase/ase-3.22.0/ase/test/constraints/
H A Dtest_fixbondlength_CO2_Au111.py4 from ase import Atoms
5 from ase.calculators.emt import EMT
6 from ase.constraints import FixBondLengths
7 from ase.optimize import BFGS
8 from ase.build import fcc111, add_adsorbate
H A Dtest_CO2linear_Au111.py3 from ase import Atoms
4 from ase.calculators.emt import EMT
5 from ase.constraints import FixLinearTriatomic
6 from ase.optimize import BFGS
7 from ase.build import fcc111, add_adsorbate
H A Dtest_fixcom.py2 from ase.calculators.emt import EMT
3 from ase.optimize import BFGS
4 from ase.constraints import FixCom
5 from ase.build import molecule
/dports/science/py-ase/ase-3.22.0/ase/test/neb/
H A Dtest_COCu111.py3 from ase import Atoms, Atom
4 from ase.calculators.emt import EMT
5 from ase.constraints import FixAtoms
6 from ase.io import Trajectory
7 from ase.neb import NEB
8 from ase.optimize import BFGS, QuasiNewton
/dports/science/py-ase/ase-3.22.0/ase/test/optimize/
H A Dtest_optimizers.py5 from ase.calculators.emt import EMT
6 from ase.optimize import (MDMin, FIRE, LBFGS, LBFGSLineSearch, BFGSLineSearch,
8 from ase.optimize.sciopt import SciPyFminCG, SciPyFminBFGS
9 from ase.optimize.precon import PreconFIRE, PreconLBFGS, PreconODE12r
10 from ase.cluster import Icosahedron
11 from ase.build import bulk
/dports/science/py-ase/ase-3.22.0/ase/cli/
H A Dbuild.py5 from ase.db import connect
6 from ase.build import bulk
7 from ase.io import read, write
8 from ase.visualize import view
9 from ase.build import molecule
10 from ase.atoms import Atoms
11 from ase.symbols import string2symbols
12 from ase.data import ground_state_magnetic_moments
13 from ase.data import atomic_numbers, covalent_radii
/dports/science/jdftx/jdftx-1.6.0/jdftx/doc/interfaces/
H A DASE.dox3 … a python interface class to the [Atomic Simulation Environment](<https://wiki.fysik.dtu.dk/ase/>).
5 [phonons](https://wiki.fysik.dtu.dk/ase/ase/phonons.html) and
6 [ab-initio molecular dynamics](https://wiki.fysik.dtu.dk/ase/ase/md.html)
8 using the [nudged-elastic band](https://wiki.fysik.dtu.dk/ase/ase/neb.html) method.
16 …nterface is available with the JDFTx source code, under the scripts directory (/jdftx/scripts/ase).
21 export PYTHONPATH=/path-to-jdftx/scripts/ase:$PYTHONPATH
78 from ase import Atoms
95 from ase.optimize import BFGS
111 See the [ASE tutorials](https://wiki.fysik.dtu.dk/ase/tutorials/tutorials.html)
134 from ase import Atoms
[all …]
/dports/science/py-ase/ase-3.22.0/ase/gui/
H A Dadd.py4 from ase.gui.i18n import _
5 from ase import Atoms
6 import ase.gui.ui as ui
7 from ase.data import atomic_numbers, chemical_symbols
38 from ase.collections import g2
68 from ase.io import read
97 from ase.collections import g2
138 from ase.geometry import get_distances
H A Dgui.py6 from ase.gui.i18n import _
11 from ase import Atoms, __version__
12 import ase.gui.ui as ui
13 from ase.gui.defaults import read_defaults
14 from ase.gui.images import Images
16 from ase.gui.nanotube import SetupNanotube
17 from ase.gui.save import save_dialog
18 from ase.gui.settings import Settings
19 from ase.gui.status import Status
21 from ase.gui.view import View
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/examples/pbc/
H A D09-talk_to_ase.py14 import ase
15 import ase.lattice
16 from ase.lattice.cubic import Diamond
17 from ase.units import kJ
18 from ase.utils.eos import EquationOfState
/dports/science/py-ase/ase-3.22.0/ase/test/
H A Dtest_basin.py3 from ase import Atoms, io
4 from ase.calculators.lj import LennardJones
5 from ase.optimize.basin import BasinHopping
6 from ase.io import read
7 from ase.units import kB
/dports/science/py-ase/ase-3.22.0/ase/test/md/
H A Dtest_nvt_npt.py2 from ase import Atoms
3 from ase.units import fs, GPa, bar
4 from ase.build import bulk
5 from ase.md.nvtberendsen import NVTBerendsen
6 from ase.md.nptberendsen import NPTBerendsen
7 from ase.md.npt import NPT
8 from ase.md.velocitydistribution import MaxwellBoltzmannDistribution, Stationary
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/big/dcdft/
H A Dpbe_aims.py7 import ase.db
8 from ase.utils import opencew
9 from ase.calculators.calculator import kpts2mp
10 from ase.io import Trajectory
11 from ase.calculators.aims import Aims
12 from ase.test.tasks.dcdft import DeltaCodesDFTCollection as Collection
21 c = ase.db.connect('dcdft_aims.db')
H A Dpbe_gpaw_pw.py6 import ase.db
7 from ase.units import Rydberg
8 from ase.utils import opencew
9 from ase.calculators.calculator import kpts2mp
10 from ase.io import Trajectory
11 from ase.test.tasks.dcdft import DeltaCodesDFTCollection as Collection
22 c = ase.db.connect('dcdft_gpaw_pw.db')
/dports/science/py-ase/ase-3.22.0/ase/optimize/precon/
H A D__init__.py26 from ase.optimize.precon.precon import (Precon, Exp, C1, Pfrommer,
29 from ase.optimize.precon.lbfgs import PreconLBFGS
30 from ase.optimize.precon.fire import PreconFIRE
32 from ase.optimize.ode import ODE12r

12345678910>>...158