Search results

From AbInitio

You searched for Default

Jump to: navigation, search

For more information about searching AbInitio, see Searching AbInitio.

Showing below 41 results starting with #1.


View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).

No page title matches

Page text matches

  1. H5utils (8,151 bytes)
    35: ...config</code> (assuming you installed HDF5 in the default location).
  2. MPB Installation (12,031 bytes)
    58: ...nf Home Page] (autoconf is typically installed by default on Linux systems). In order to install Autoconf, ...
    85: ...e precision (C <code>float</code>) instead of the default double precision (C <code>double</code>) for comp...
    99: ...a LAPACK library called <code>''lib''</code> (the default is to use <code>-llapack</code>).
    114: ...code>CFLAGS</code><nowiki>: the C compiler flags (defaults to </nowiki><code>-O3</code>).
  3. MPB User Tutorial (35,772 bytes)
    8: ...nts where you please, omit things when reasonable defaults are available...)
    28: ...h of which corresponds to a Scheme variable) have default setting, so we only need to specify the ones we n...
    49: ... are happy with the defaults--the lattice vectors default to the cartesian unit axes (i.e. the most common ...
    57: ...e direction of its axis, but we're happy with the default value of pointing in the z direction.
    63: ...ng to the <code>resolution</code> variable, which defaults to <code>10</code> (pixels/lattice-unit). That's...
  4. MPB Data Analysis Tutorial (19,359 bytes)
    53: ...torted. The output of <code>mpb-data</code> is by default an additional dataset within the input file, as w...
    137: ...y (e.g. by a sign or a lattice shift), because by default the phase is ''random''.
    207: ...and frequencies are given in units of ''c/a''. By default, the lattice/basis vectors are unit vectors, but ...
    209: ...ode>geometry-lattice</code>. (The lattice vectors default to the same length as the basis vectors.) If the ...
  5. MPB User Reference (74,624 bytes)
    9: ...erlap, later objects in the list take precedence. Defaults to no objects (empty list).
    10: ; <code>default-material</code> [<code>material-type</code> class...
    11: ...or points not in any object of the geometry list. Defaults to air (epsilon of 1). See also <code>epsilon-in...
    13: : If true (the default), then geometric objects are treated as if they w...
    15: ...</code> dimension(s) perpendicular to the others. Defaults to the orthogonal x-y-z vectors of unit length (...
  6. Libctl (2,188 bytes)
    22: ...the same system will cause problems. However, by default most distributions install only the Guile librari...
  7. Libctl Advanced User Experience (5,475 bytes)
    20: ...n the command-line, <code>R</code> will take on a default value of <code>0.2</code>. However, you can chang...
  8. Libctl Basic User Experience (7,615 bytes)
    18: ...mitted completely in many cases, and a reasonable default will be used. Variables can be of many different ...
    58: ...y, each class will have some properties that have defaults, and some that you are required to specify.
    110: ...riables (the latter will be described later). Any default values for properties are also given. Along with ...
  9. Libctl User Reference (16,909 bytes)
    7: ...g of all the available classes, their properties, default values, and types. Also lists the input and outpu...
    28: ; <code>(define-param ''name'' ''default-value'')</code>
    29: ...e command line, and which assumes a value <code>''default-value''</code> if it is not set. To set the value...
    30: ; <code>(set-param! ''name'' ''new-default-value'')</code>
    102: ...de>. A property need not be specified if it has a default value, and properties may be given in any order.
  10. Libctl Developer Experience (16,625 bytes)
    37: (define-input-var default-epsilon 1.0 'number positive?)
    41: ...r need not specify a value in the ctl file if the default value is acceptable. If you want to force the use...
    63: ...following definitions, which give the name, type, default value, and (optional) constraints for a property:
    65: (define-property ''name default-value type [ constraints... ]'')
    69: ...de>''default-value''</code> should simply be that default value.
  11. Harminv installation (2,693 bytes)
    16: By default, this installs under <code>/usr/local</code>, i.e...
  12. H5utils release notes (8,236 bytes)
    63: ... <code>h5topng</code> uses 24-bit direct color by default (use <code>-8</code> option for old 8-bit behavio...
    64: ...<code>h5topng</code> uses columns/rows for x/y by default (use <code>-T</code> to swap), the opposite of th...
    65: ...<code>h5totxt</code> dumps the whole data file by default unless one or more slices are specified.
    68: ...number of significant digits; output 16 digits by default instead of 6, previously.
  13. Libctl release notes (11,884 bytes)
    102: * Get rid of unneeded make-default, and use consistent syntax for <code>define-prope...
  14. MPB release notes (22,344 bytes)
    102: * z parity is no longer computed by default; see the new <code>display-yparities</code> and <...
    120: * Changed default eigensolver tolerance from 1e-4 to 1e-7.
    123: ...iler flags <code>-O3</code> are no longer used by default, since they don't work with some compilers; most ...
    142: ...s to the background. (This is distinct from <code>default-material</code> when <code>epsilon-input-file</co...
    145: ... so that C and Fortran compilers are in sync. (We default to the vendor <code>f77</code> because it was pro...
  15. Meep Introduction (25,528 bytes)
    64: ...le (not diverge). In Meep, <math>S=0.5</math> by default (which is sufficient for 1 to 3 dimensions), but ...
  16. Materials in Meep (13,938 bytes)
    80: ...to use real fields '''E'''. (This is usually the default. However, Meep uses complex fields if you have B...
  17. Meep Installation (13,544 bytes)
    14: ...vel</code> package (probably ''not'' installed by default), and similarly for HDF5 etcetera. You will prob...
    111: ...a LAPACK library called <code>''lib''</code> (the default is to use <code>-llapack</code>).
    115: ... rather than as static libraries. This is off by default because shared libraries require the user to conf...
    119: : By default, Meep's <code>configure</code> script picks compi...
    121: : By default, Meep's configure script tries to guess the gcc <...
  18. Meep C-plus-plus Tutorial (11,954 bytes)
    8: ...' of the computational cell, the C++ interface by default puts the origin at the ''corner'' of the computat...
    50: ...left corner). Unlike in the libctl front-end, by default the origin '''0''' of the coordinate system is at...
    166: ...e [[w:pkg-config]] program, which is installed by default on most GNU/Linux systems. Then, to compile a f...
  19. Meep Tutorial (50,023 bytes)
    13: ...nts where you please, omit things when reasonable defaults are available...)
    48: ...although this can be changed by setting the <code>default-material</code> variable. The resulting structur...
    58: ...y sinusoid <math>\exp(-i\omega t)</math> that (by default) is turned on at <math>t=0</math>. [[Meep Introd...
    168: ...era) into a newly-created subdirectory, called by default <code>''filename''-out/</code> if our ctl file is...
    297: ...e> and once with <code>no-bend?=false</code> (the default):
  20. Meep Reference (109,261 bytes)
    14: ...erlap, later objects in the list take precedence. Defaults to no objects (empty list).
    16: ... current sources to be present in the simulation; defaults to none.
    18: ...otation) symmetries to exploit in the simulation (defaults to none). The symmetries ''must'' be obeyed by ...
    20: ...ctly matched layers|PML]] boundary layers to use; defaults to none.
    22: ...ly optimized); see <code>dimensions</code> below. Defaults to a cubic cell of unit size.
  21. Meep Tutorial/Band diagram, resonant modes, and transmission in a holey waveguide (32,880 bytes)
    295: ...leaky modes that have a substantial lifetime (the default threshold is a lifetime, or <math>Q</math>, of 50...
  22. Meep FAQ (8,673 bytes)
    17: ...using Guile. Usually, the former is installed by default, by the latter is not. You need to install both,...
    48: By default, when Meep assigns a dielectric constant &epsilon...
  23. Meep Tutorial/Third harmonic generation (8,694 bytes)
    27: ...se any objects; we can just use the special <code>default_material</code> (which is ordinarily vacuum):
    29: (set! default-material (make dielectric (index 1) (chi3 k)))
  24. Meep Tutorial/Ring resonator in cylindrical coordinates (10,606 bytes)
    21: ...d runs from <code>0</code> to <code>sr</code> (by default) rather than from <code>-sr/2</code> to <code>sr/...
  25. Meep Tutorial/Material dispersion (6,894 bytes)
    16: (set! default-material
  26. Meep release notes (15,091 bytes)
    36: ... Added <code>mean-stretch</code> property of PML (defaults to 1), to support real coordinate stretching for...
    51: ...e expense of requiring a smaller Courant factor. (Default is <code>false</code>, corresponding to behavior ...
    52: ...d by new <code>special-kz?</code> input variable (default is <code>false</code> since it only works in 2d a...
    75: ...ake features to have less-verbose build output by default (you can build in verbose mode by <code>make V=1<...
    128: ...y of the current is set to false; this is now the default, to make handling of '''E''' and '''H''' sources ...
  27. Color tables in h5topng (10,164 bytes)
    138: By default, <code>h5topng</code> scales the color table so t...
  28. NLopt release notes (13,986 bytes)
    157: ...stic algorithms (although it still has a sensible default).
    184: ...rches terminate; use roughly machine precision as defaults.
  29. NLopt Installation (10,703 bytes)
    14: By default, this installs the NLopt static library (<code>li...
    38: ...l properly, which is why we don't install them by default.
    71: ...o <code>configure</code>.) You can override this default (e.g. if you don't have administrator access on y...
    81: ...ave/2.1.73/site/m/</code>). You can change these defaults by passing <code>OCT_INSTALL_DIR</code> and <cod...
    85: ...f you only pass <code>OCT_INSTALL_DIR</code>, the default <code>M_INSTALL_DIR=$OCT_INSTALL_DIR</code>.) In ...
  30. NLopt Algorithms (41,811 bytes)
    71: The initial population size for CRS defaults to 10&times;(''n''+1) in ''n'' dimensions, but t...
    92: ...rance for your local-optimization algorithm, MLSL defaults to ftol_rel=10<sup>&minus;15</sup> and xtol_rel=...
    94: By default, each iteration of MLSL samples 4 random new tria...
    129: ...d Yao is employed. The population size for ISRES defaults to 20&times;(''n''+1) in ''n'' dimensions, but t...
    307: ...rgence. NLopt sets ''M'' to a heuristic value by default, but this can be [[NLopt Reference#Vector storage...
  31. NLopt Deprecated API Reference (36,633 bytes)
    139: ...ons on each local search to <code>maxeval</code> (default is <code>-1</code>, for no maximum). Conversely,...
    147: ... is evaluated). NLopt tries to pick a reasonable default value for these population sizes, but in some cas...
    152: ...specific default value. These algorithm-specific defaults are documented with the [[NLopt Algorithms|algor...
    163: ...t.h</code> (in <code>/usr/local/include</code> by default).
  32. NLopt Tutorial (30,157 bytes)
    70: ...upper_bounds</code>), since we are happy with the default upper bounds (+&infin;). To add the two inequalit...
    81: ... (any unspecified parameters are set to innocuous defaults). At this point, we can call nlopt_optimize to a...
    240: ...nt to not setting those parameters, and using the defaults instead). You can get more information on the a...
    499: ...call <code>nlo_get_lower_bounds</code> to get the default lower bounds (-&infin;) and then change one of th...
  33. Casimir calculations in Meep (39,017 bytes)
    203: ...ppropriate boundary conditions. For example, the default boundary conditions in Meep are metallic - if the...
    209: ...up every simulation among the entire cluster (the default behavior for meep-mpi). This way the speedup is ...
    409: ... either be perfect metal, or dispersive gold (the default). Set <code>dispersion?</code> to false to get a...
  34. Cubature (Multi-dimensional integration) (19,124 bytes)
    176: ...m number of function evaluations (0 for none, the default). Similarly for <code>ptest</code> (which tests ...
  35. NLopt Reference (29,913 bytes)
    85: If a lower/upper bound is not set, the default is no bound (unconstrained, i.e. a bound of infin...
    152: ...mit the remainder (all criteria are disabled by default).
    269: ...o find the local optimum nearest to ''x''. By default, NLopt chooses this initial step size heuristical...
    287: ... initial "population" of random points ''x''. By default, this initial population size is chosen heuristic...
    291: ...ode>pop</code> of zero implies that the heuristic default will be used.)
  36. NLopt C-plus-plus Reference (19,774 bytes)
    52: ...if you use them on an object initialized with the default no-argument constructor, i.e. if you didn't speci...
    125: ... criteria are disabled; i.e., they have innocuous defaults.)
    231: ...ode>pop</code> of zero implies that the heuristic default will be used.)
    235: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
    251: (The default is ''M''=0, in which case NLopt uses a heuristic ...
  37. NLopt Python Reference (17,987 bytes)
    128: ... criteria are disabled; i.e., they have innocuous defaults.)
    232: ...ode>pop</code> of zero implies that the heuristic default will be used.)
    236: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
    252: (The default is ''M''=0, in which case NLopt uses a heuristic ...
  38. NLopt Matlab Reference (10,167 bytes)
    21: ...y fields that are not specified take on innocuous default values (the same as if you did not specify those ...
    53: ...vely. (If they are not specified, the tolerances default to zero.)
    57: ... criteria are disabled; i.e., they have innocuous defaults.) The various stopping criteria can be specifie...
    111: ...ulation</code> of zero implies that the heuristic default will be used.)
    118: (The default is 0, in which case NLopt uses a heuristic nonzer...
  39. NLopt Guile Reference (15,780 bytes)
    91: ...e purposes of stopping the optimization, as in C (defaulting to zero if they are omitted).
    100: ... criteria are disabled; i.e., they have innocuous defaults.)
    213: ...ode>pop</code> of zero implies that the heuristic default will be used.)
    217: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
    233: (The default is ''M''=0, in which case NLopt uses a heuristic ...
  40. NLopt Fortran Reference (19,582 bytes)
    13: ...> directory along with the C/C++ header files (by default, this is <code>/usr/local/include</code> ... you ...
    104: ...code>nlo_get_lower_bounds</code> first to get the default &plusmn;&infin; upper/lower bounds.
    148: ... criteria are disabled; i.e., they have innocuous defaults.)
    242: ...de>ipop</code> of zero implies that the heuristic default will be used.)
    246: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
  41. Meep Tutorial/Multilevel-atomic susceptibility (7,007 bytes)
    47: ...Douglas Stone and his group at Yale. Based on the default parameters in the script, two modes, <math>m</mat...

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views