Search NASASearch

SEARCH · Search NASA

Results for “enumerators”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 55 records · Page 3

Measuring Total and Germinable Spore Populations

It has been shown that bacterial endospores can be enumerated using a microscopy based assay that images the luminescent halos from terbium ions bound to dipicolinic acid, a spore specific chemical marker released upon spore germination. Further development of the instrument has simplified it towards automation while at the same time improving image quality. Enumeration of total spore populations has also been developed allowing measurement of the percentage of viable spores in any population by comparing the germinable/culturable spores to the total. Percentage viability will allow a more quantitative comparison of the ability of spores to survive across a wide range of extreme environments.

microbial life

Probabilistic Resilience-Oriented Assessment Approach for Transmission Networks Under Wildfires

The rising threat of wildfires poses significant challenges to power transmission networks, particularly in areas prone to such disasters. Traditional approaches for wildfire risk assessment neglect some potential wildfire scenarios. Here, this paper introduces a probabilistic resilience-oriented assessment approach for power transmission networks to address this gap. Initially, a probabilistic wildfire model is developed to capture uncertainties in ignition, intensity, and fire spread. Next, a spatiotemporal fragility model is constructed to assess the impact of wildfires on transmission corridors, incorporating Thermal Aging (TA) and Dynamic Thermal Rate (DTR) change. Finally, a comprehensive resilience metric is defined to evaluate system performance, leveraging the fragility model to determine component and system-level resilience. The approach employs a combinatorial enumeration method to generate potential wildfire scenarios, enhanced by an impact-increment-based state enumeration (IISE) method for computational efficiency. The proposed method provides critical insights for identifying system vulnerabilities and developing robust strategies to protect transmission networks from wildfires. The efficacy of this approach is validated through extensive scenarios of the RTS-GMLC system across Southern California, Nevada and Arizona.

Vahedi, Soroush [Univ. of Connecticut, Storrs, CT

matsim-agents v1.0

matsim-agents is a multi-agent AI framework for atomistic materials simulation and discovery. It orchestrates large language models (LLMs), machine-learned interatomic potentials (MLIPs), and DFT codes into a single agentic loop running on laptops and DOE leadership-class supercomputers. MULTI-AGENT ORCHESTRATION A LangGraph state machine with three nodes: a Planner that converts a natural-language research objective into structured tasks; an Executor that dispatches atomistic tools and loops until the queue is empty; and an Analyst that summarizes results into a human-readable report. State is checkpointed after every step and human-in-the-loop gates can be inserted at any edge. HYPOTHESIS-DRIVEN DISCOVERY CHAT An interactive REPL (matsim-agents chat) that couples LLM dialogue with atomistic simulation. Chemical formulas are automatically detected in conversation turns and trigger a full crystal-phase exploration: structure generation → relaxation → stability scoring → result injection back into the conversation, creating a closed hypothesis-refinement loop. CRYSTAL PHASE ENUMERATION Given a composition, the phase explorer enumerates prototypes by stoichiometry: elemental (fcc/bcc/hcp/sc/diamond), binary 1:1 (rocksalt/CsCl/zincblende/ wurtzite/fluorite/rutile), ternary 1:1:3 (cubic perovskite), ternary 1:2:4 (perovskite + spinel), quaternary 1:1:2:6 (Fm-3m double perovskite). 2-D prototypes (graphene, h-BN, MoS2 2H/1T) and multilayer stacking are also supported via --include-2d and --num-layers. SUPERCELL GENERATION AND SITE DECORATION Auto-tiling to a minimum atom count (--min-atoms), explicit NxNxN tiling (--supercell), symmetry-distinct site decorations (--n-orderings), and isotropic lattice-scale sweeps (--lattice-scales) for volume bracketing. MLFF RELAXATION AND STABILITY SCORING HydraGNN (multi-headed GNN) drives structure relaxation via ASE with FIRE, BFGS, or BFGSLineSearch. Stability output: delta-E/atom ranking across phases and a max-residual-force dynamical-stability proxy. Other MLIPs (MACE, NequIP, Orb) can be plugged in through the same interface. DFT BACKENDS Quantum ESPRESSO pw.x and VASP 6.6 are first-class labellers. Both have validated GPU builds and SLURM/PBS launchers for three DOE platforms: Frontier (AMD MI250X, ROCm), Aurora (Intel PVC, oneAPI), Perlmutter (NVIDIA A100, CUDA). QE produces ~100 binaries (pw.x, ph.x, epw.x, ...). VASP supports scf, relax, vc-relax, and vc-relax-shape run types. ACTIVE-LEARNING LOOP matsim-agents al run CONFIG.yaml drives an iterative HydraGNN-DFT loop: MD generates candidates → ensemble/MC-dropout uncertainty selects the most informative → DFT labels them in parallel inside one allocation → dataset grows → HydraGNN retrains → repeat. DFT backend is a single YAML toggle (dft.backend: vasp | qe). LLM-generated seed structures are supported (no curated POSCAR library needed). Config uses ${VAR}, ${VAR:-default}, ${VAR:?msg} shell-style substitution for cross-user/cross-site portability. LLM BACKENDS Ollama (local, default), vLLM (HPC multi-GPU serving), OpenAI, Anthropic, HuggingFace Transformers+Accelerate. Selected at runtime via flag or env var with no code changes. HPC PORTABILITY Same Python entry points run on Frontier (ROCm 7.2), Aurora (oneAPI), and Perlmutter (CUDA 12). DFT and ML stacks are never co-loaded in the same shell; they couple through the scheduler and filesystem. Advanced multi-node launchers (serve, discovery-chat, single-relaxation, active-learning, QE warm-start) are provided for all three platforms. CODABENCH COMPETITION BUNDLE A self-contained benchmark: 159 atomistic test structures across 11 material classes, 5 tasks (formation energy, forces, ML relaxation, AI-DFT relaxation, phase stability ranking), public/private leaderboard split (30/70), and four ready-to-run baselines: MACE-MP-0, HydraGNN, UMA, AllScAIP.

Lupo Pasini, Massimiliano [Oak Ridge National Labo

Retrieval Augmented Generation for Robust Cyber Defense

In cybersecurity, the ability to efficiently analyze and respond to vulnerabilities, weaknesses, attack patterns, and threat tactics is critical for effective defense strategies. With the increasing complexity and volume of cybersecurity data, traditional methods of querying and retrieving information are often inadequate. To address this challenge, we implemented Retrieval-Augmented Generation (RAG) systems—CyRAG and GraphCyRAG—that integrate large language models (LLMs) with both structured data from relational databases and knowledge graphs such as Neo4j. CyRAG is designed to handle structured data, focusing on CVE (Common Vulnerabilities and Exposures) and CWE (Common Weakness Enumeration) entities to generate accurate and context-rich responses. In contrast, GraphCyRAG leverages Neo4j knowledge graphs to retrieve interconnected information from CVE, CWE, CAPEC (Common Attack Pattern Enumeration and Classification), and ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) datasets. By utilizing Neo4j’s graph-based framework, GraphCyRAG enables deeper traversal of relationships between vulnerabilities and attack patterns, providing cybersecurity analysts with more comprehensive insights into potential attack vectors and mitigation strategies. Our preliminary results demonstrate that integrating knowledge graphs with RAG significantly enhances both the accuracy and depth of threat analysis, allowing for the retrieval of dynamic, real-time data and the generation of contextually aware responses. This approach helps analysts uncover hidden relationships between cyber entities, predict exploit paths, and prioritize mitigation efforts effectively. The integration of RAG with cybersecurity knowledge graphs represents a significant advancement in cybersecurity threat intelligence, enabling more informed decision-making and stronger defense strategies.

97 MATHEMATICS AND COMPUTING

Diagnosis: Reasoning from first principles and experiential knowledge

Completeness, efficiency and autonomy are requirements for suture diagnostic reasoning systems. Methods for automating diagnostic reasoning systems include diagnosis from first principles (i.e., reasoning from a thorough description of structure and behavior) and diagnosis from experiential knowledge (i.e., reasoning from a set of examples obtained from experts). However, implementation of either as a single reasoning method fails to meet these requirements. The approach of combining reasoning from first principles and reasoning from experiential knowledge does address the requirements discussed above and can possibly ease some of the difficulties associated with knowledge acquisition by allowing developers to systematically enumerate a portion of the knowledge necessary to build the diagnosis program. The ability to enumerate knowledge systematically facilitates defining the program's scope, completeness, and competence and assists in bounding, controlling, and guiding the knowledge acquisition process.

Williams, Linda J. F.

Performance of hashed cache data migration schemes on multicomputers

After conducting an examination of several data-migration mechanisms which permit an explicit and controlled mapping of data to memory, a set of schemes for storage and retrieval of off-processor array elements is experimentally evaluated and modeled. All schemes considered have their basis in the use of hash tables for efficient access of nonlocal data. The techniques in question are those of hashed cache, partial enumeration, and full enumeration; in these, nonlocal data are stored in hash tables, so that the operative difference lies in the amount of memory used by each scheme and in the retrieval mechanism used for nonlocal data.

Hiranandani, Seema

Microbiological methods for the water recovery systems test, revision 1.1

Current microbiological parameters specified to verify microbiological quality of Space Station Freedom water quality include the enumeration of total bacteria, anaerobes, aerobes, yeasts and molds, enteric bacteria, gram positives, gram negatives, and E. coli. In addition, other parameters have been identified as necessary to support the Water Recovery Test activities to be conducted at the NASA/MSFC later this year. These other parameters include aerotolerant eutrophic mesophiles, legionellae, and an additional method for heterotrophic bacteria. If inter-laboratory data are to be compared to evaluate quality, analytical methods must be eliminated as a variable. Therefore, each participating laboratory must utilize the same analytical methods and procedures. Without this standardization, data can be neither compared nor validated between laboratories. Multiple laboratory participation represents a conservative approach to insure quality and completeness of data. Invariably, sample loss will occur in transport and analyses. Natural variance is a reality on any test of this magnitude and is further enhanced because biological entities, capable of growth and death, are specific parameters of interest. The large variation due to the participation of human test subjects has been noted with previous testing. The resultant data might be dismissed as 'out of control' unless intra-laboratory control is included as part of the method or if participating laboratories are not available for verification. The purpose of this document is to provide standardized laboratory procedures for the enumeration of certain microorganisms in water and wastewater specific to the water recovery systems test. The document consists of ten separate cultural methods and one direct count procedure. It is not intended nor is it implied to be a complete microbiological methods manual.

Rhoads, Tim

Thermophysical properties of simple liquid metals: A brief review of theory

In this paper, we review the current theory of the thermophysical properties of simple liquid metals. The emphasis is on thermodynamic properties, but we also briefly discuss the nonequilibrium properties of liquid metals. We begin by defining a 'simple liquid metal' as one in which the valence electrons interact only weakly with the ionic cores, so that the interaction can be treated by perturbation theory. We then write down the equilibrium Hamiltonian of a liquid metal as a sum of five terms: the bare ion-ion interaction, the electron-electron interaction, the bare electron-ion interaction, and the kinetic energies of electrons and ions. Since the electron-ion interaction can be treated by perturbation, the electronic part contributes in two ways to the Helmholtz free energy: it gives a density-dependent term which is independent of the arrangement of ions, and it acts to screen the ion-ion interaction, giving rise to effective ion-ion pair potentials which are density-dependent, in general. After sketching the form of a typical pair potential, we briefly enumerate some methods for calculating the ionic distribution function and hence the Helmholtz free energy of the liquid: monte Carlo simulations, molecular dynamics simulations, and thermodynamic perturbation theory. The final result is a general expression for the Helmholtz free energy of the liquid metal. It can be used to calculate a wide range of thermodynamic properties of simple metal liquids, which we enumerate. They include not only a range of thermodynamic coefficients of both metals and alloys, but also many aspects of the phase diagram, including freezing curves of pure elements and phase diagrams of liquid alloys (including liquidus and solidus curves). We briefly mention some key discoveries resulting from previous applications of this method, and point out that the same methods work for other materials not normally considered to be liquid metals (such as colloidal suspensions, in which the suspended microspheres behave like ions screened by the salt solution in which they are suspended). We conclude with a brief discussion of some non-equilibrium (i.e., transport) properties which can be treated by an extension of these methods. These include electrical resistivity, thermal conductivity, viscosity, atomic self-diffusion coefficients, concentration diffusion coefficients in alloys, surface tension and thermal emissivity. Finally, we briefly mention two methods by which the theory might be extended to non-simple liquid metals: these are empirical techniques (i.e., empirical two- and three-body potentials), and numerical many-body approaches. Both may be potentially applicable to extremely complex systems, such as nonstoichiometric liquid semiconductor alloys.

Stroud, David

Automated Design of Quantum Circuits

In order to design a quantum circuit that performs a desired quantum computation, it is necessary to find a decomposition of the unitary matrix that represents that computation in terms of a sequence of quantum gate operations. To date, such designs have either been found by hand or by exhaustive enumeration of all possible circuit topologies. In this paper we propose an automated approach to quantum circuit design using search heuristics based on principles abstracted from evolutionary genetics, i.e. using a genetic programming algorithm adapted specially for this problem. We demonstrate the method on the task of discovering quantum circuit designs for quantum teleportation. We show that to find a given known circuit design (one which was hand-crafted by a human), the method considers roughly an order of magnitude fewer designs than naive enumeration. In addition, the method finds novel circuit designs superior to those previously known.

Williams, Colin P.

The effect of simulated microgravity on bacteria from the Mir space station

The effects of simulated microgravity on two bacterial isolates, Sphingobacterium thalpophilium and Ralstonia pickettii (formerly Burkholderia pickettii), originally recovered from water systems aboard the Mir space station were examined. These bacteria were inoculated into water, high and low concentrations of nutrient broth and subjected to simulated microgravity conditions. S. thalpophilium (which was motile and had flagella) showed no significant differences between simulated microgravity and the normal gravity control regardless of the method of enumeration and medium. In contrast, for R. pickettii (that was non-motile and lacked flagella), there were significantly higher numbers in high nutrient broth under simulated microgravity compared to normal gravity. Conversely, when R. pikkettii was inoculated into water (i.e., starvation conditions) significantly lower numbers were found under simulated microgravity compared to normal gravity. Responses to microgravity depended on the strain used (e.g., the motile strain exhibited no response to microgravity, while the non-motile strain did), the method of enumeration, and the nutrient concentration of the medium. Under oligotrophic conditions, non-motile cells may remain in geostationary orbit and deplete nutrients in their vicinity, while in high nutrient medium, resources surrounding the cell may be sufficient so that high growth is observed until nutrients becoming limiting.

Non-NASA Center

Microbial Surveillance of Potable Water Sources of the International Space Station

To mitigate risk to the crew, the microbial surveillance of the quality of potable water sources of the International Space Station (ISS) has been ongoing since before the arrival of the first permanent crew. These water sources have included stored ground-supplied water, water produced by the shuttle fuel cells during flight, and ISS humidity condensate that is reclaimed and processed. Monitoring was accomplished using a self-contained filter designed to allow bacterial growth and enumeration during flight. Upon return to earth, microbial isolates were identified using 16S ribosomal gene sequencing. While the predominant isolates were common Gramnegative bacteria including Ralstonia eutropha, Methylobacterium fujisawaense, and Spingomonas paucimobilis, opportunistic pathogens such as Stenotrophomonas maltophilia and Pseudomonas aeruginosa were also isolated. Results of in-flight enumeration have indicated a fluctuation of bacterial counts above system design specifications. Additional in-flight monitoring capability for the specific detection of coliforms was added in 2004; no coliforms have been detected from any potable water source. Neither the bacterial concentrations nor the identification of the isolates recovered from these samples has suggested a threat to crew health.

Bruce, Rebekah J.

Microbe Detector

The AutoMicrobic System (AMS) represents years of intensive research and development by McDonnell Douglas Corp. that originated with a NASA study aimed at development of a fully automated microbial detection and identification system for spacecraft use. A urine specimen is placed into the system, where it is subjected to different freeze-dried microbe nutrients for the nine most common pathogens. An electro-optical scanner studies each specimen once an hour through a 4-to-13 hour cycle, operating automatically. Changes in cell growths on each culture are monitored by computer. The presence of pathogens is indicated when growth reaches a predetermined level. The system also enumerates the pathogens and specifies the type. Developed initially to handle urine testing, AMS soon is expected to allow analyses of blood, spinal fluid, and other body fluids. An additional capability under development is "susceptibility testing," or the determination of which microbe-killing agents-such as penicillin or other antibiotics-would be most effective in eliminating the pathogens. The whole process of detecting, identifying, and enumerating the pathogens and determining susceptibility is accomplished in less half the time required for the manual procedure. The AMS minimizes human error, reduces technician time , and increases laboratory output.

Source record

Sensitive, Rapid Detection of Bacterial Spores

A method of sensitive detection of bacterial spores within delays of no more than a few hours has been developed to provide an alternative to a prior three-day NASA standard culture-based assay. A capability for relatively rapid detection of bacterial spores would be beneficial for many endeavors, a few examples being agriculture, medicine, public health, defense against biowarfare, water supply, sanitation, hygiene, and the food-packaging and medical-equipment industries. The method involves the use of a commercial rapid microbial detection system (RMDS) that utilizes a combination of membrane filtration, adenosine triphosphate (ATP) bioluminescence chemistry, and analysis of luminescence images detected by a charge-coupled-device camera. This RMDS has been demonstrated to be highly sensitive in enumerating microbes (it can detect as little as one colony-forming unit per sample) and has been found to yield data in excellent correlation with those of culture-based methods. What makes the present method necessary is that the specific RMDS and the original protocols for its use are not designed for discriminating between bacterial spores and other microbes. In this method, a heat-shock procedure is added prior to an incubation procedure that is specified in the original RMDS protocols. In this heat-shock procedure (which was also described in a prior NASA Tech Briefs article on enumerating sporeforming bacteria), a sample is exposed to a temperature of 80 C for 15 minutes. Spores can survive the heat shock, but nonspore- forming bacteria and spore-forming bacteria that are not in spore form cannot survive. Therefore, any colonies that grow during incubation after the heat shock are deemed to have originated as spores.

Kern, Roger G.

The Limits of Coding with Joint Constraints on Detected and Undetected Error Rates

We develop a remarkably tight upper bound on the performance of a parameterized family of bounded angle maximum-likelihood (BA-ML) incomplete decoders. The new bound for this class of incomplete decoders is calculated from the code's weight enumerator, and is an extension of Poltyrev-type bounds developed for complete ML decoders. This bound can also be applied to bound the average performance of random code ensembles in terms of an ensemble average weight enumerator. We also formulate conditions defining a parameterized family of optimal incomplete decoders, defined to minimize both the total codeword error probability and the undetected error probability for any fixed capability of the decoder to detect errors. We illustrate the gap between optimal and BA-ML incomplete decoding via simulation of a small code.

Undetected Error Rate

Microbiological Characterization of the International Space Station Water Processor Assembly External Filter Assembly S/N 01

The External Filter Assembly (EFA) S/N 01 is a mesh screen filter with a pore size of approximately 300 micron that was installed in the International Space Station (ISS) Water Processor Assembly (WPA) between the Waste Tank and the Mostly Liquid Separator (MLS) on February 11, 2010 to protect clearances in the MLS solenoid valve SV_1121_3. A removal & replacement of the EFA Filter was performed on March 22, 2011 in response to increasing pressure across the Waste Tank solenoid valve SV_1121_1 and the EFA Filter. The EFA Filter was returned on ULF6 and received in the Boeing Huntsville Laboratory on June 13, 2011. The filter was aseptically removed from the housing, and the residual water was collected for enumeration and identification of bacteria and fungi. Swab samples of the filter surface were also collected for microbiological enumeration and identification. Sample analyses were performed by Boeing Huntsville Laboratory and NASA Johnson Space Center Microbiology for comparison. Photographic documentation of the EFA filter was performed using a stereo microscope and environmental scanning electron microscope. This paper characterizes the amount and types of microorganisms on the filter surface and in the residual water from the filter housing following 1 year of utilization in the ISS WPA.

Weir, Natalee

Inflight Microbial Monitoring- An Alternative Method to Culture Based Detection Currently Used on the International Space Station

Previous research has shown that potentially destructive microorganisms and human pathogens have been detected on the International Space Station (ISS). The likelihood of introducing new microorganisms occurs with every exchange of crew or addition of equipment or supplies. Microorganisms introduced to the ISS are readily transferred between crew and subsystems (i.e. ECLSS, environmental control and life support systems). Current microbial characterization methods require enrichment of microorganisms and at least a 48-hour incubation time. This increases the microbial load while detecting only a limited number of the total microorganisms. The culture based method detects approximately 1-10% of the total organisms present and provides no identification. To identify and enumerate ISS microbes requires that samples be returned to Earth for complete analysis. Therefore, a more expedient, low-cost, in-flight method of microbial detection, identification, and enumeration is warranted. The RAZOR EX, a ruggedized, commercial off the shelf, real-time PCR field instrument was tested for its ability to detect microorganisms at low concentrations within one hour. Escherichia coli, Salmonella enterica Typhimurium, and Pseudomonas aeruginosa were detected at low levels using real-time DNA amplification. Total heterotrophic counts could also be detected using a 16S gene marker that can identify up to 98% of all bacteria. To reflect viable cells found in the samples, RNA was also detectable using a modified, single-step reverse transcription reaction.

Inflight Microbial

In-Flight Microbial Monitor

Previous research has shown that potential human pathogens have been detected on the International Space Station (ISS). New microorganisms are introduced with every exchange of crew and cargo. Microorganisms introduced to the ISS are readily transferred between crew and subsystems (i.e., ECLSS, environmental control and life support systems). Current microbial characterization methods require a culture-based enrichment of microorganisms and at least a 48-hour incubation time. This increases the microbial load while detecting only a limited number of microorganisms. The culture-based method detects approximately 1-10% of the total organisms present and provides no identification. To identify and enumerate ISS samples requires that the microbes be returned to Earth for complete analysis. Therefore, a more expedient, low-cost, inflight method of microbial detection, identification, and enumeration is needed. The RAZOR EX, a ruggedized, commercial off the shelf, real-time PCR field instrument was tested for its ability to detect microorganisms at low concentrations within one hour. Escherichia coli, Salmonella enterica Typhimurium, and Pseudomonas aeruginosa were detected at low levels using real-time DNA amplification. Total heterotrophic counts could also be detected using a 16S gene marker that can identify up to 98% of all bacteria. To reflect viable cells found in the samples, RNA was also detectable using a modified, single-step reverse transcription reaction.

Technology Portfolio System

Inflight Microbial Monitoring-An Alternative Method to Culture Based Detection Currently Used on International Space Station

Previous research has shown that microorganisms and potential human pathogens have been detected on the International Space Station (ISS). The potential to introduce new microorganisms occurs with every exchange of crew or addition of equipment or supplies. Previous research has shown that microorganisms introduced to the ISS are readily transferred between crew and subsystems and back (i.e. ECLSS, environmental control and life support systems). Current microbial characterization methods require enrichment of microorganisms and a 48-hour incubation time. This increases the microbial load while detecting a limited number of microorganisms. The culture based method detects approximately 1-10% of the total organisms present and provides no identification, To identify and enumerate ISS samples requires that samples to be returned to Earth for complete analysis. Therefore, a more expedient, low-cost, in-flight method of microbial detection, identification, and enumeration is warranted. The RAZOR EX, a ruggedized, commercial off the shelf, real-time PCR field instrument was tested for its ability to detect microorganism at low concentrations within one hour. Escherichia coli, Salmonella enterica Typhimurium, and Pseudomonas aeruginosa were detected at low levels using real-time DNA amplification. Total heterotrophic counts could also be detected using a 16S gene marker that can identify up to 98% of all bacteria. To reflect viable cells found in the samples, RNA was also detectable using a modified, single-step reverse transcription reaction.

Inflight Microbial