SOMIM: An open-source program code for the numerical Search for Optimal Measurements by an Iterative Method

Size: px
Start display at page:

Download "SOMIM: An open-source program code for the numerical Search for Optimal Measurements by an Iterative Method"

Transcription

1 SOMIM: An open-source program code for the numerical Search for Optimal Measurements by an Iterative Method Kean Loon Lee, 1,2 Jiangwei Shang, 1 Wee Kang Chua, 4 Shiang Yong Looi, 5 and Berthold-Georg Englert 1,3 arxiv: v2 [quant-ph] 12 Mar Centre for Quantum Technologies National University of Singapore 3 Science Drive 2, Singapore , Singapore 2 Graduate School for Integrative Sciences and Engineering National University of Singapore 28 Medical Drive, Singapore , Singapore 3 Department of Physics National University of Singapore 2 Science Drive 3, Singapore , Singapore 4 Centre for Asset Management Research and Investments NUS Business School, BIZ 2 Building Level 5 1 Business Link, Singapore , Singapore 5 Department of Physics Carnegie Mellon University, Pittsburgh, PA 15213, USA (Posted on the arxiv on 12 March 2011.) Abstract SOMIM is an open-source program code that implements a Search for Optimal Measurements by using an Iterative Method. For a given set of statistical operators, SOMIM finds the POVMs that maximize the accessed information, and thus determines the accessible information and one or all of the POVMs that retrieve it. The maximization procedure is a steepest-ascent method that follows the gradient in the POVM space, and also uses conjugate gradients for speed-up. This manual is for version 2.0.

2 2 Contents 1 License Agreement 2 2 What can SOMIM be used for? 2 3 Download and Compile 4 4 How to use the program 4 5 How to import data 6 6 Meaning of output data 7 7 Contact information 9 8 Acknowledgements 9 1 License Agreement SOMIM is an open-source program that, for a given set of statistical operators, implements a Search for Optimal Measurements by using an Iterative Method. Copyright c 2007, 2010 K.L. Lee, J.W. Shang, W.K. Chua, S.Y. Looi and B.-G. Englert. SOMIM is a free software. You can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. SOMIM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL- ITY or FITNESS FOR PARTICULAR PURPOSE. See the GNU General Public License at for details. 2 What can SOMIM be used for? Consider the following quantum communication scenario. Alice sends quantum states ρ j to Bob, who wishes to perform a generalized measurement, specified by a positive-operator-valued measure (POVM), on the state he receives. Generally speaking, owing to the nature of quantum mechanics, it is impossible for Bob to obtain full knowledge about the states which he is receiving. Instead, he has to choose his measurement judiciously from all measurements permitted by quantum mechanics.

3 3 The set of input states E = {ρ j j = 1, 2,..., J} with ρ j 0 in which Bob receives the objects, gives the over-all statistical operator ρ in accordance with J ρ = ρ j with tr{ρ} = 1. (1) j=1 The POVM with outcomes Π k (k = 1, 2,..., K) decomposes the identity, K Π k = 1 with Π k 0. (2) k=1 Then, the joint probability to receive the j th state and get the kth outcome is p jk = tr{ρ j Π k }, p jk = 1. (3) Bob s figure of merit is the mutual information j,k J K p jk I(E; Π) = p jk log 2, (4) j=1 k=1 p j p k where p j and p k are the marginal probabilities, p j = k p jk = tr{ρ j }, p k = j p jk = tr{ρπ k }. (5) As stated, the ρ j s are normalized such that their traces equal the probabilities of receiving them. Accessible Information(AI): The accessible information I acc is the maximum of the mutual information I(E; Π) for all possible POVMs, that is I acc (E) = max I(E; Π). (6) Π For more about AI and related quantities, see Refs. [1] and [2]. Given a set E of statistical operators ρ j, SOMIM calculates the accessible information associated with these statistical operators, and finds the POVM that retrieves the AI, or rather, it finds one of the optimal POVMs, as the optimum need not be unique. Repeated runs of SOMIM for the same input data but different random seeds may yield alternative optimal POVMs. The calculation is performed using a combination of the steepest-ascent method (see Ref. [1] and Section 11.5 in Ref. [2]) and the conjugate-gradients (CG) method [3]. The percentage chance to calculate with one method or the other can be specified by the user (see Section 4 below). The implementation in SOMIM also makes use of the golden-section search method.

4 4 3 Download and Compile The complete set of files, including this manual, are available at the SOMIM site: Download gz, if you want to have the complete collection of files. Just this manual is fetched from Manual.pdf. The Windows executable file for SOMIM can be downloaded from tar.gz. If you intend to modify the code, you can download the source files from tar.gz. The program is written in C++ and the graphic user interface (GUI) is implemented using wxwidgets ( Here are the instructions for compiling SOMIM: 1. Install wxwidgets from 2. If you are working in Windows, you need to install MinGW ( and MYSY ( msys.shtml) as well. 3. When wxwidgets and MinGW are configured, you can compile SOMIM by executing g++ MI.cpp wx-config libs wx-config cxxflags -o YourProgramName in MSYS shell. 4. If you face problems running the program in a Linux environment, try export LD LIBRARY PATH=/usr/local/lib. 5. The executable file is compiled under Windows XP Service Pack 3, with wxwidgets , MinGW and MSYS How to use the program The GUI of SOMIM is shown in Fig. 1. In the first box labeled as Parameter Settings, J is the number of statistical operators to be input. The current maximum possible value is J = 30. Parameter K is the initial number of POVM outcomes, with the largest possible value being K = 30. The third field is the dimension N of the statistical operators which has N = 30 as the highest possible value; that is, the J different statistical operators are represented by N N matrices. You can change the maximum values of J, K and N by modifying the source code. The fourth field is the chance

5 Figure 1: The graphical user interface (GUI) of the program. 5

6 6 of using the steepest-ascent gradient method to perform maximization in an iteration; this parameter controls the relative frequency of using the direct or the conjugate gradient. The fifth field gives the tolerance in the accessible information, the stopping criteria for the computation; the calculation stops when the difference in accessible information between the current iteration and the previous iteration is less than half of the sum multiplied by the tolerance plus the machine epsilon ɛ m (also termed as the machine accuracy, typical value for double precision is around ), i.e. when 2.0 (current previous) tolerance (current + previous) + ɛ m. The sixth field is the name of the output file. By default, the output file will be located at hard disk C. You can change the output directory by clicking the ellipsis button... and choose your preferred location. The next two boxes display the statistical operators {ρ j } j=1,...,j and the outcomes {Π k } k=1,...,k of the POVM. You will be given the option to either manually input the initial POVMs by clicking the No button or you may leave the program to choose a set of randomized initial POVMs. After the calculation, the optimal POVMs will be displayed. The spin buttons are used to switch between the various ρ j s and Π k s, respectively, while the small box beside the spin button is used to choose to display the real or imaginary part of the chosen ρ j or Π k. The maximum accessible information for the given set {ρ j } will be displayed in the last box after the Calculate MI button is pressed. All values will be reset to default when the Reset button is pressed. Important note: The matrices for the ρ j s must have the correct dimension; they have to be hermitian with nonnegative eigenvalues; their traces are their statistical weights, which must add to unity: tr{ρ j } = 1. j 5 How to import data Data can be imported into SOMIM using a text file that is possibly generated by another program. An example is shown in Fig. 2. When importing, the numbers after the equal signs will be read into SOMIM. The first line gives the dimension N of the statistical operators. The second line gives the number J of statistical operators while the third line gives the number K of outcomes of the POVMs that SOMIM should start calculating with. The subsequent lines give the input matrices for the statistical operators. Each line will give only one operator. For an operator represented in matrix form as ( ) i, (7) i 0.6

7 7 Figure 2: Example of an import file. the input data should be formatted as {{0.1, I}, { I, 0.6}}. In most cases, randomly generated initial POVMs will lead to the maximum mutual information and it is safe to click the Yes button. However, there exist some pathological examples for which randomly generated initial POVMs almost never achieve the maximum and we need to manually set the initial POVMs. Therefore, additional matrices for the POVM outcomes, formatted in the same way as the statistical operators, could be entered as well. Complex numbers are entered as RealPart + ImaginaryPart I, as illustrated by I. Please note that the complex unit i must be entered in upper case I and it must be at the end of the entry. 6 Meaning of output data A typical output file looks like Fig. 3. The first six lines give the following information: the number J of statistical operators, the initial number K of POVM outcomes, the dimension N of the statistical operators, the probability of maximizing information using steepest gradient method compared to conjugate gradient method, the tolerance in the calculated mutual information, and the seed for the random number generator. The next block of lines gives the mutual information at the end of each iteration. In the example shown in Fig. 3, altogether 26 iterations have been performed with the final accessible information being AI = The subsequent two blocks of lines give the J statistical operators and

8 Figure 3: Example of output file. 8

9 9 the K outcomes of the optimal POVMs that correspond to the accessible information calculated in the final round of iteration. Each statistical operator/povm outcome is given in a single line in matrix form, as explained in Section 5. Among the K outcomes, if any two outcomes, say Π k1 and Π k2, give equivalent probabilities, i.e. p jk1 p k2 = p k1 p jk2 for all j, then these two POVM outcomes are replaced with one new POVM outcome, Π k1 + Π k2, such that the new optimal POVM contains only K 1 outcomes. The last block of data in the output file gives the POVM after this elimination process, i.e. the POVM is the optimal POVM with the least number of outcomes. Caution: As is the case for all steepest-ascent methods, there is the possibility of convergence towards a local, rather than a global, maximum. There is no absolute protection against this danger, but in practice one can fight it efficiently by running the program many times for comparison, with different seeds. It also helps to start with a rather large K value. 7 Contact information Please send your comments, suggestions, or bug reports to the following account: somim@quantumlah.org 8 Acknowledgements We acknowledge many valuable discussions with J. Řeháček and T. Karpiuk. This work was supported by NUS Grant WBS: R Centre for Quantum Technologies (CQT) is a Research Centre of Excellence funded by Ministry of Education and National Research Foundation of Singapore. References [1] J. Řeháček, B.-G. Englert, and D. Kaszlikowski, Iterative procedure for computing accessible information in quantum communication, Phys. Rev. A 71, (2005); eprint available at quant-ph/ [2] J. Suzuki, S. M. Assad, and B.-G. Englert, Accessible information about quantum states: An open optimization problem, Chapter 11 in Mathematics of Quantum Computation and Quantum Technology, edited by G. Chen, S. J. Lomonaco, and L. Kauffman (Chapman & Hall/CRC, Boca

10 10 Raton 2007), pp ; also available at sg/~phyebg/papers/135.pdf. [3] W. H. Press, B. P. Flannery, S. A. Teukolsky, W. T. Vetterling, Minimization or Maximazation of Functions, Chapter 10 in Numerical Recipes in C: The Art of Scientific Computing, (Cambridge University Press, 2nd edition 1992), pp

SeCQC: An open-source program code for the numerical. Search for the classical Capacity of Quantum Channels

SeCQC: An open-source program code for the numerical. Search for the classical Capacity of Quantum Channels SeCQC: An open-source program code for the numerical Search for the classical C apacity of Quantum C hannels Jiangwei Shang, 1 Kean Loon Lee, 1,2 and Berthold-Georg Englert 1,3 1 Centre for Quantum Technologies

More information

NINE CHOICE SERIAL REACTION TIME TASK

NINE CHOICE SERIAL REACTION TIME TASK instrumentation and software for research NINE CHOICE SERIAL REACTION TIME TASK MED-STATE NOTATION PROCEDURE SOF-700RA-8 USER S MANUAL DOC-025 Rev. 1.3 Copyright 2013 All Rights Reserved MED Associates

More information

Senior astrophysics Lab 2: Evolution of a 1 M star

Senior astrophysics Lab 2: Evolution of a 1 M star Senior astrophysics Lab 2: Evolution of a 1 M star Name: Checkpoints due: Friday 13 April 2018 1 Introduction This is the rst of two computer labs using existing software to investigate the internal structure

More information

ISSP User Guide CY3207ISSP. Revision C

ISSP User Guide CY3207ISSP. Revision C CY3207ISSP ISSP User Guide Revision C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights Copyrights

More information

Bloomsburg University Weather Viewer Quick Start Guide. Software Version 1.2 Date 4/7/2014

Bloomsburg University Weather Viewer Quick Start Guide. Software Version 1.2 Date 4/7/2014 Bloomsburg University Weather Viewer Quick Start Guide Software Version 1.2 Date 4/7/2014 Program Background / Objectives: The Bloomsburg Weather Viewer is a weather visualization program that is designed

More information

Mars Attacked! 2011 ICTSA Programming Challenge

Mars Attacked! 2011 ICTSA Programming Challenge Mars Attacked! 2011 ICTSA Programming Challenge Christian Colombo, Gordon J. Pace, Chris Porter and Sandro Spina February 2011 Abstract This document outlines the programming challenge task that has to

More information

Last updated: Copyright

Last updated: Copyright Last updated: 2012-08-20 Copyright 2004-2012 plabel (v2.4) User s Manual by Bioinformatics Group, Institute of Computing Technology, Chinese Academy of Sciences Tel: 86-10-62601016 Email: zhangkun01@ict.ac.cn,

More information

85. Geo Processing Mineral Liberation Data

85. Geo Processing Mineral Liberation Data Research Center, Pori / Pertti Lamberg 14024-ORC-J 1 (23) 85. Geo Processing Mineral Liberation Data 85.1. Introduction The Mineral Liberation Analyzer, MLA, is an automated mineral analysis system that

More information

A SAS/AF Application For Sample Size And Power Determination

A SAS/AF Application For Sample Size And Power Determination A SAS/AF Application For Sample Size And Power Determination Fiona Portwood, Software Product Services Ltd. Abstract When planning a study, such as a clinical trial or toxicology experiment, the choice

More information

LCA Distal Stata function users guide (Version 1.0)

LCA Distal Stata function users guide (Version 1.0) LCA Distal Stata function users guide (Version 1.0) Liying Huang John J. Dziak Bethany C. Bray Aaron T. Wagner Stephanie T. Lanza Penn State Copyright 2016, Penn State. All rights reserved. Please send

More information

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide This page is intentionally left blank. SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide The ACTiSys IR Programmer and SuperCELL

More information

MMWS Software Program Manual

MMWS Software Program Manual MMWS Software Program Manual 1 Software Development The MMWS program is regularly updated. The latest beta version can be downloaded from http://hlmsoft.net/ghong/ MMWS Click here to get MMWS. For a sample

More information

41. Sim Reactions Example

41. Sim Reactions Example HSC Chemistry 7.0 41-1(6) 41. Sim Reactions Example Figure 1: Sim Reactions Example, Run mode view after calculations. General This example contains instruction how to create a simple model. The example

More information

Geography 281 Map Making with GIS Project Four: Comparing Classification Methods

Geography 281 Map Making with GIS Project Four: Comparing Classification Methods Geography 281 Map Making with GIS Project Four: Comparing Classification Methods Thematic maps commonly deal with either of two kinds of data: Qualitative Data showing differences in kind or type (e.g.,

More information

85. Geo Processing Mineral Liberation Data

85. Geo Processing Mineral Liberation Data Research Center, Pori / Pertti Lamberg 15023-ORC-J 1 (23) 85. Geo Processing Mineral Liberation Data 85.1. Introduction The Mineral Liberation Analyzer, MLA, is an automated mineral analysis system that

More information

Description of the ED library Basic Atoms

Description of the ED library Basic Atoms Description of the ED library Basic Atoms Simulation Software / Description of the ED library BASIC ATOMS Enterprise Dynamics Copyright 2010 Incontrol Simulation Software B.V. All rights reserved Papendorpseweg

More information

Quantification of JEOL XPS Spectra from SpecSurf

Quantification of JEOL XPS Spectra from SpecSurf Quantification of JEOL XPS Spectra from SpecSurf The quantification procedure used by the JEOL SpecSurf software involves modifying the Scofield cross-sections to account for both an energy dependency

More information

PROMAL2012 SOFTWARE PACKAGE A USER GUIDE

PROMAL2012 SOFTWARE PACKAGE A USER GUIDE PROMAL2012 SOFTWARE PACKAGE A USER GUIDE 1. This manual is only for VISTA, WINDOWS 7 and WINDOWS 8 users. The PROMAL2012 software and manual are available at http://www.eng.usf.edu/~kaw/promal2012/ 2.

More information

Software BioScout-Calibrator June 2013

Software BioScout-Calibrator June 2013 SARAD GmbH BioScout -Calibrator 1 Manual Software BioScout-Calibrator June 2013 SARAD GmbH Tel.: ++49 (0)351 / 6580712 Wiesbadener Straße 10 FAX: ++49 (0)351 / 6580718 D-01159 Dresden email: support@sarad.de

More information

TECDIS and TELchart ECS Weather Overlay Guide

TECDIS and TELchart ECS Weather Overlay Guide 1 of 24 TECDIS and TELchart ECS provides a very advanced weather overlay feature, using top quality commercial maritime weather forecast data available as a subscription service from Jeppesen Marine. The

More information

1 Simplex and Matrices

1 Simplex and Matrices 1 Simplex and Matrices We will begin with a review of matrix multiplication. A matrix is simply an array of numbers. If a given array has m rows and n columns, then it is called an m n (or m-by-n) matrix.

More information

Administrivia. Course Objectives. Overview. Lecture Notes Week markem/cs333/ 2. Staff. 3. Prerequisites. 4. Grading. 1. Theory and application

Administrivia. Course Objectives. Overview. Lecture Notes Week markem/cs333/ 2. Staff. 3. Prerequisites. 4. Grading. 1. Theory and application Administrivia 1. markem/cs333/ 2. Staff 3. Prerequisites 4. Grading Course Objectives 1. Theory and application 2. Benefits 3. Labs TAs Overview 1. What is a computer system? CPU PC ALU System bus Memory

More information

From BASIS DD to Barista Application in Five Easy Steps

From BASIS DD to Barista Application in Five Easy Steps Y The steps are: From BASIS DD to Barista Application in Five Easy Steps By Jim Douglas our current BASIS Data Dictionary is perfect raw material for your first Barista-brewed application. Barista facilitates

More information

mylab: Chemical Safety Module Last Updated: January 19, 2018

mylab: Chemical Safety Module Last Updated: January 19, 2018 : Chemical Safety Module Contents Introduction... 1 Getting started... 1 Login... 1 Receiving Items from MMP Order... 3 Inventory... 4 Show me Chemicals where... 4 Items Received on... 5 All Items... 5

More information

A Holevo-type bound for a Hilbert Schmidt distance measure

A Holevo-type bound for a Hilbert Schmidt distance measure Journal of Quantum Information Science, 205, *,** Published Online **** 204 in SciRes. http://www.scirp.org/journal/**** http://dx.doi.org/0.4236/****.204.***** A Holevo-type bound for a Hilbert Schmidt

More information

Traffic Simulation Toolbox User s Manual

Traffic Simulation Toolbox User s Manual User s Manual Jesse Haber-Kucharsky Shreyas Sundaram University of Waterloo Department of Electrical and Computer Engineering May 31, 2011 Contents 1 Introduction 1 2 Basic Use 2 2.1 Quick-Start Example.......................

More information

From BASIS DD to Barista Application in Five Easy Steps

From BASIS DD to Barista Application in Five Easy Steps Y The steps are: From BASIS DD to Barista Application in Five Easy Steps By Jim Douglas our current BASIS Data Dictionary is perfect raw material for your first Barista-brewed application. Barista facilitates

More information

Ramberg-Osgood Convertor. User Manual

Ramberg-Osgood Convertor. User Manual Ramberg-Osgood Convertor User Manual For Version: 1.0.5 Copyright 2010-2016 OPIMsoft Technology Co., Ltd. All Rights Reserved. INDEX 1 FUNCTION... 1 2 INSTALLATION... 4 3 HOW TO USE... 5 4 THEORY INSTRUCTION...

More information

If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out.

If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out. Sign In Forgot Password Register username username password password Sign In If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out. ChemWiki

More information

Account Setup. STEP 1: Create Enhanced View Account

Account Setup. STEP 1: Create Enhanced View Account SpyMeSatGov Access Guide - Android DigitalGlobe Imagery Enhanced View How to setup, search and download imagery from DigitalGlobe utilizing NGA s Enhanced View license Account Setup SpyMeSatGov uses a

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

HOW TO USE MIKANA. 1. Decompress the zip file MATLAB.zip. This will create the directory MIKANA.

HOW TO USE MIKANA. 1. Decompress the zip file MATLAB.zip. This will create the directory MIKANA. HOW TO USE MIKANA MIKANA (Method to Infer Kinetics And Network Architecture) is a novel computational method to infer reaction mechanisms and estimate the kinetic parameters of biochemical pathways from

More information

LCA_Distal_LTB Stata function users guide (Version 1.1)

LCA_Distal_LTB Stata function users guide (Version 1.1) LCA_Distal_LTB Stata function users guide (Version 1.1) Liying Huang John J. Dziak Bethany C. Bray Aaron T. Wagner Stephanie T. Lanza Penn State Copyright 2017, Penn State. All rights reserved. NOTE: the

More information

ArcGIS 9 ArcGIS StreetMap Tutorial

ArcGIS 9 ArcGIS StreetMap Tutorial ArcGIS 9 ArcGIS StreetMap Tutorial Copyright 2001 2008 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

M E R C E R W I N WA L K T H R O U G H

M E R C E R W I N WA L K T H R O U G H H E A L T H W E A L T H C A R E E R WA L K T H R O U G H C L I E N T S O L U T I O N S T E A M T A B L E O F C O N T E N T 1. Login to the Tool 2 2. Published reports... 7 3. Select Results Criteria...

More information

Building Inflation Tables and CER Libraries

Building Inflation Tables and CER Libraries Building Inflation Tables and CER Libraries January 2007 Presented by James K. Johnson Tecolote Research, Inc. Copyright Tecolote Research, Inc. September 2006 Abstract Building Inflation Tables and CER

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

Gisin s theorem for three qubits Author(s) Jing-Ling Chen, Chunfeng Wu, L. C. Kwek and C. H. Oh Source Physical Review Letters, 93,

Gisin s theorem for three qubits Author(s) Jing-Ling Chen, Chunfeng Wu, L. C. Kwek and C. H. Oh Source Physical Review Letters, 93, Title Gisin s theorem for three qubits Author(s) Jing-Ling Chen, Chunfeng Wu, L. C. Kwek and C. H. Oh Source Physical Review Letters, 93, 140407 This document may be used for private study or research

More information

WindNinja Tutorial 3: Point Initialization

WindNinja Tutorial 3: Point Initialization WindNinja Tutorial 3: Point Initialization 6/27/2018 Introduction Welcome to WindNinja Tutorial 3: Point Initialization. This tutorial will step you through the process of downloading weather station data

More information

Hobart Quantum Manual

Hobart Quantum Manual Hobart Quantum Manual If looking for a book Hobart quantum manual in pdf form, in that case you come on to right website. We presented complete option of this ebook in DjVu, doc, PDF, txt, epub formats.

More information

Lab 1 Uniform Motion - Graphing and Analyzing Motion

Lab 1 Uniform Motion - Graphing and Analyzing Motion Lab 1 Uniform Motion - Graphing and Analyzing Motion Objectives: < To observe the distance-time relation for motion at constant velocity. < To make a straight line fit to the distance-time data. < To interpret

More information

Location Intelligence Infrastructure Asset Management. Confirm. Confirm Mapping Link to ArcMap Version v18.00b.am

Location Intelligence Infrastructure Asset Management. Confirm. Confirm Mapping Link to ArcMap Version v18.00b.am Location Intelligence Infrastructure Asset Management Confirm Confirm Mapping Link to ArcMap Version v18.00b.am Information in this document is subject to change without notice and does not represent a

More information

Urban Canopy Tool User Guide `bo`

Urban Canopy Tool User Guide `bo` Urban Canopy Tool User Guide `bo` ADMS Urban Canopy Tool User Guide Version 2.0 June 2014 Cambridge Environmental Research Consultants Ltd. 3, King s Parade Cambridge CB2 1SJ UK Telephone: +44 (0)1223

More information

Module 5.2: nag sym lin sys Symmetric Systems of Linear Equations. Contents

Module 5.2: nag sym lin sys Symmetric Systems of Linear Equations. Contents Linear Equations Module Contents Module 5.2: nag sym lin sys Symmetric Systems of Linear Equations nag sym lin sys provides a procedure for solving real or complex, symmetric or Hermitian systems of linear

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Can I still get paid via direct deposit? Can I use e- wallet to pay for USANA auto ship orders? Can I use e- wallet to pay for USANA products? Can I use e- wallet to pay for

More information

PHY305: Notes on Entanglement and the Density Matrix

PHY305: Notes on Entanglement and the Density Matrix PHY305: Notes on Entanglement and the Density Matrix Here follows a short summary of the definitions of qubits, EPR states, entanglement, the density matrix, pure states, mixed states, measurement, and

More information

A First Course on Kinetics and Reaction Engineering Example 1.4

A First Course on Kinetics and Reaction Engineering Example 1.4 Example 1.4 Problem Purpose This example illustrates the process of identifying reactions that are linear combinations of other reactions in a set and eliminating them until a mathematically independent

More information

C101-E112. BioSpec-nano. Shimadzu Spectrophotometer for Life Science

C101-E112. BioSpec-nano. Shimadzu Spectrophotometer for Life Science C101-E112 BioSpec-nano Shimadzu Spectrophotometer for Life Science Power of small. BioSpec-nano BioSpec-nano Shimadzu Spectrophotometer for Life Science Quick and Simple Nucleic Acid Quantitation Drop-and-Click

More information

Signal Processing First Lab 11: PeZ - The z, n, and ˆω Domains

Signal Processing First Lab 11: PeZ - The z, n, and ˆω Domains Signal Processing First Lab : PeZ - The z, n, and ˆω Domains The lab report/verification will be done by filling in the last page of this handout which addresses a list of observations to be made when

More information

Numerical Analysis: Solving Systems of Linear Equations

Numerical Analysis: Solving Systems of Linear Equations Numerical Analysis: Solving Systems of Linear Equations Mirko Navara http://cmpfelkcvutcz/ navara/ Center for Machine Perception, Department of Cybernetics, FEE, CTU Karlovo náměstí, building G, office

More information

OPENATOM for GW calculations

OPENATOM for GW calculations OPENATOM for GW calculations by OPENATOM developers 1 Introduction The GW method is one of the most accurate ab initio methods for the prediction of electronic band structures. Despite its power, the GW

More information

GRADUATE RECORD EXAMINATIONS. Math Review. Chapter 2: Algebra

GRADUATE RECORD EXAMINATIONS. Math Review. Chapter 2: Algebra GRADUATE RECORD EXAMINATIONS Math Review Chapter 2: Algebra Copyright 2010 by Educational Testing Service. All rights reserved. ETS, the ETS logo, GRADUATE RECORD EXAMINATIONS, and GRE are registered trademarks

More information

Calculating wavelet variance associated with discrete wavelet transform (DWT) 1

Calculating wavelet variance associated with discrete wavelet transform (DWT) 1 Calculating wavelet variance associated with discrete wavelet transform (DWT) 1 Xuejun Dong a and Haitao Li b a North Dakota State University Central Grasslands Research Extension Center Streeter, ND 58483

More information

Assignment 1 Physics/ECE 176

Assignment 1 Physics/ECE 176 Assignment 1 Physics/ECE 176 Made available: Thursday, January 13, 211 Due: Thursday, January 2, 211, by the beginning of class. Overview Before beginning this assignment, please read carefully the part

More information

Project IV Fourier Series

Project IV Fourier Series Project IV Fourier Series Robert Jerrard Goal of the project To develop understanding of how many terms of a Fourier series are required in order to well-approximate the original function, and of the differences

More information

In-System Serial Programming (ISSP) Guide

In-System Serial Programming (ISSP) Guide CY3207ISSP In-System Serial Programming (ISSP) Guide Spec. # 001-15301 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

PAID INVOICE TAX REPORT

PAID INVOICE TAX REPORT PAID INVOICE TAX REPORT The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into by and between Prophet 21 and the Purchaser to

More information

TOP MARKET SURVEY INSTRUCTION SHEET. Requirements. Overview

TOP MARKET SURVEY INSTRUCTION SHEET. Requirements. Overview INSTRUCTION SHEET TOP SURVEY TOP SURVEY INSTRUCTION SHEET Overview For nearly 40 years, the ACA has surveyed member agencies and conducted the Top Collection Market Survey. This survey provides critical

More information

MDSS Functional Prototype Display System Preview April 2002

MDSS Functional Prototype Display System Preview April 2002 MDSS Functional Prototype Display System Preview April 2002 Bill Mahoney National Center for Atmospheric Research Images shown are valid as of 15 April 2002 NCAR MDSS Display System - Overview The MDSS

More information

Comparing whole genomes

Comparing whole genomes BioNumerics Tutorial: Comparing whole genomes 1 Aim The Chromosome Comparison window in BioNumerics has been designed for large-scale comparison of sequences of unlimited length. In this tutorial you will

More information

Image Compression. 1. Introduction. Greg Ames Dec 07, 2002

Image Compression. 1. Introduction. Greg Ames Dec 07, 2002 Image Compression Greg Ames Dec 07, 2002 Abstract Digital images require large amounts of memory to store and, when retrieved from the internet, can take a considerable amount of time to download. The

More information

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved OPSIAL Manual v1.0 2016 Xiaofeng Tan. All Rights Reserved 1. Introduction... 3 1.1 Spectral Calculator & Fitter (SCF)... 3 1.2 Automated Analyzer (AA)... 3 2. Working Principles and Workflows of OPSIAL...

More information

NEW HOLLAND IH AUSTRALIA. Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 ***

NEW HOLLAND IH AUSTRALIA. Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 *** NEW HOLLAND IH AUSTRALIA Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 *** www.cnhportal.agriview.com.au Contents INTRODUCTION... 5 REQUIREMENTS... 6 NAVIGATION...

More information

Table of content. Understanding workflow automation - Making the right choice Creating a workflow...05

Table of content. Understanding workflow automation - Making the right choice Creating a workflow...05 Marketers need to categorize their audience to maximize their r e a c h. Z o h o C a m p a i g n s a u t o m a t e s r e c i p i e n t c l a s s i fi c a t i o n a n d action performance to free up marketers

More information

Assignment 4: Object creation

Assignment 4: Object creation Assignment 4: Object creation ETH Zurich Hand-out: 13 November 2006 Due: 21 November 2006 Copyright FarWorks, Inc. Gary Larson 1 Summary Today you are going to create a stand-alone program. How to create

More information

National Technical University of Athens (NTUA) Department of Civil Engineering Institute of Structural Analysis and Aseismic Research

National Technical University of Athens (NTUA) Department of Civil Engineering Institute of Structural Analysis and Aseismic Research National Technical University of Athens (NTUA) Department of Civil Engineering Institute of Structural Analysis and Aseismic Research mybwid version 1.0 March 2008 Contents CONTENTS...2 1. INTRODUCTION...3

More information

The Kalzium Handbook. Carsten Niehaus

The Kalzium Handbook. Carsten Niehaus Carsten Niehaus 2 Contents 1 Introduction 1 2 Kalzium quick start guide 2 3 Using Kalzium 6 3.1 Overview of Kalziums usage.................... 6 3.2 The information dialog........................ 6 3.2.1

More information

Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week:

Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week: Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week: Course general information About the course Course objectives Comparative methods: An overview R as language: uses and

More information

Water and Steam Properties USER GUIDE

Water and Steam Properties USER GUIDE IAPWS-IF97 Water and Steam Properties Excel Add-In Library USER GUIDE Windows Operating System SI and I-P Units Version 2.0 Copyright 2015-2019 Fluidika Techlabs S de RL de CV. All Rights Reserved. Table

More information

Contents. Feature Articles. On the Web. Resources. A Publication for ANSYS Users

Contents. Feature Articles. On the Web. Resources. A Publication for ANSYS Users Contents Contents Feature Articles ANSYS Thermal: Getting the Heat Flow from Convection BCs Benchmarking ANSYS 6.1 on HP Systems CADfix On the Web New in ANSYS 6.1 PADT Seminar: Multiphysics Analysis PADT

More information

S95 INCOME-TESTED ASSISTANCE RECONCILIATION WORKSHEET (V3.1MF)

S95 INCOME-TESTED ASSISTANCE RECONCILIATION WORKSHEET (V3.1MF) Welcome! Here's your reconciliation Quick-Start. Please read all five steps before you get started. 1 2 3 Excel 2003? Are you using software other than Microsoft Excel 2003? Say what? Here are the concepts

More information

FleXScan User Guide. for version 3.1. Kunihiko Takahashi Tetsuji Yokoyama Toshiro Tango. National Institute of Public Health

FleXScan User Guide. for version 3.1. Kunihiko Takahashi Tetsuji Yokoyama Toshiro Tango. National Institute of Public Health FleXScan User Guide for version 3.1 Kunihiko Takahashi Tetsuji Yokoyama Toshiro Tango National Institute of Public Health October 2010 http://www.niph.go.jp/soshiki/gijutsu/index_e.html User Guide version

More information

Ph 219/CS 219. Exercises Due: Friday 3 November 2006

Ph 219/CS 219. Exercises Due: Friday 3 November 2006 Ph 9/CS 9 Exercises Due: Friday 3 November 006. Fidelity We saw in Exercise. that the trace norm ρ ρ tr provides a useful measure of the distinguishability of the states ρ and ρ. Another useful measure

More information

VarCan (version 1): Variation Estimation and Partitioning in Canonical Analysis

VarCan (version 1): Variation Estimation and Partitioning in Canonical Analysis VarCan (version 1): Variation Estimation and Partitioning in Canonical Analysis Pedro R. Peres-Neto March 2005 Department of Biology University of Regina Regina, SK S4S 0A2, Canada E-mail: Pedro.Peres-Neto@uregina.ca

More information

User s Guide for YALL1: Your ALgorithms for L1 Optimization

User s Guide for YALL1: Your ALgorithms for L1 Optimization User s Guide for YALL1: Your ALgorithms for L1 Optimization Yin Zhang Department of CAAM Rice University, Houston, Texas, 77005 (CAAM Technical Report TR09-17) (Versions: beta3 5-13-09; beta4 5-25-09;

More information

LAB MANUAL EXPERIMENT NO. 7

LAB MANUAL EXPERIMENT NO. 7 LAB MANUAL EXPERIMENT NO. 7 Aim of the Experiment: Concept of Generalized N-port scattering parameters, and formulation of these parameters into 2-port reflection and transmission coefficients. Requirement:

More information

Electric Fields and Equipotentials

Electric Fields and Equipotentials OBJECTIVE Electric Fields and Equipotentials To study and describe the two-dimensional electric field. To map the location of the equipotential surfaces around charged electrodes. To study the relationship

More information

LED Lighting Facts: Manufacturer Guide

LED Lighting Facts: Manufacturer Guide LED Lighting Facts: Manufacturer Guide 2018 1 P a g e L E D L i g h t i n g F a c t s : M a n u f a c t u r e r G u i d e TABLE OF CONTENTS Section 1) Accessing your account and managing your products...

More information

PostPoint Professional

PostPoint Professional PostPoint Professional 2014.02 PRODUCT GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. part

More information

Splatalogue Quickstart Guide

Splatalogue Quickstart Guide Splatalogue Quickstart Guide Anthony J. Remijan NRAO STATUS: v2.1 PURPOSE: The purpose of this document is to provide a brief overview of the functionality of the Splatalogue homepage available at www.splatalogue.net.

More information

Instantaneous Nonlocal Measurements

Instantaneous Nonlocal Measurements Instantaneous Nonlocal Measurements Li Yu Department of Physics, Carnegie-Mellon University, Pittsburgh, PA July 22, 2010 References Entanglement consumption of instantaneous nonlocal quantum measurements.

More information

Instruction to search natural compounds on CH-NMR-NP

Instruction to search natural compounds on CH-NMR-NP Instruction to search natural compounds on CH-NMR-NP The CH-NMR-NP is a charge free service for all users. Please note that required information (name, affiliation, country, email) has to be submitted

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Experiment 03: Work and Energy

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Experiment 03: Work and Energy MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.01 Fall Term 2010 Experiment 03: Work and Energy Purpose of the Experiment: In this experiment you allow a cart to roll down an inclined

More information

SteelSmart System Cold Formed Steel Design Software Download & Installation Instructions

SteelSmart System Cold Formed Steel Design Software Download & Installation Instructions Step 1 - Login or Create an Account at the ASI Portal: Login: https://portal.appliedscienceint.com/account/login Create Account: https://portal.appliedscienceint.com/account/register 2 0 1 7 A p p l i

More information

OECD QSAR Toolbox v.4.1. Tutorial on how to predict Skin sensitization potential taking into account alert performance

OECD QSAR Toolbox v.4.1. Tutorial on how to predict Skin sensitization potential taking into account alert performance OECD QSAR Toolbox v.4.1 Tutorial on how to predict Skin sensitization potential taking into account alert performance Outlook Background Objectives Specific Aims Read across and analogue approach The exercise

More information

VELA. Getting started with the VELA Versatile Laboratory Aid. Paul Vernon

VELA. Getting started with the VELA Versatile Laboratory Aid. Paul Vernon VELA Getting started with the VELA Versatile Laboratory Aid Paul Vernon Contents Preface... 3 Setting up and using VELA... 4 Introduction... 4 Setting VELA up... 5 Programming VELA... 6 Uses of the Programs...

More information

PDF-4+ Tools and Searches

PDF-4+ Tools and Searches PDF-4+ Tools and Searches PDF-4+ 2018 The PDF-4+ 2018 database is powered by our integrated search display software. PDF-4+ 2018 boasts 72 search selections coupled with 125 display fields resulting in

More information

Homework 1 Solutions

Homework 1 Solutions 18-9 Signals and Systems Profs. Byron Yu and Pulkit Grover Fall 18 Homework 1 Solutions Part One 1. (8 points) Consider the DT signal given by the algorithm: x[] = 1 x[1] = x[n] = x[n 1] x[n ] (a) Plot

More information

MAGMA NOTE! 21+ USER MANUAL

MAGMA NOTE! 21+ USER MANUAL 21+ MAGMA USER MANUAL NOTE! Please do not put this product away or leave it for extended periods of time with low charge because if the battery falls below 2% then it will no longer accept a charge. Thank

More information

St art. rp m. Km /h 1: : : : : : : : : : : : :5 2.5.

St art. rp m. Km /h 1: : : : : : : : : : : : :5 2.5. modified 22/05/14 t 3:5 2.5 3:5 5.0 3:5 7.5 4:0 0.0 4:0 2.5 4:0 5.0 4:0 7.5 4:1 0.0 4:1 2.5 4:1 5.0 4:1 7.5 4:2 0.0 Km /h 0 25 50 75 100 125 150 175 200 225 rp m 0 250 0 500 0 750 0 100 00 125 00 1 2 3

More information

Orbit Support Pack for Excel. user manual

Orbit Support Pack for Excel. user manual Orbit Support Pack for Excel user manual Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless noted otherwise. No part

More information

Group-Sequential Tests for One Proportion in a Fleming Design

Group-Sequential Tests for One Proportion in a Fleming Design Chapter 126 Group-Sequential Tests for One Proportion in a Fleming Design Introduction This procedure computes power and sample size for the single-arm group-sequential (multiple-stage) designs of Fleming

More information

Agile modeling for INF5150

Agile modeling for INF5150 Agile modeling for INF5150 Version 071012 11-Oct-07 INF5150 Unassailable IT-systems 1 Tools for INF5150 Autumn 2007 We are going to keep to the safe and already proven technology this time... 11-Oct-07

More information

BMEGUI Tutorial 6 Mean trend and covariance modeling

BMEGUI Tutorial 6 Mean trend and covariance modeling BMEGUI Tutorial 6 Mean trend and covariance modeling 1. Objective Spatial research analysts/modelers may want to remove a global offset (called mean trend in BMEGUI manual and tutorials) from the space/time

More information

The Abinit project. Coding is based on modern software engineering principles

The Abinit project. Coding is based on modern software engineering principles The Abinit project Abinit is a robust, full-featured electronic-structure code based on density functional theory, plane waves, and pseudopotentials. Abinit is copyrighted and distributed under the GNU

More information

In-System Serial Programming (ISSP) Guide

In-System Serial Programming (ISSP) Guide CY3207ISSP In-System Serial Programming (ISSP) Guide Doc. # 001-15301 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

How to compute the projected density of states (PDOS) Javier Junquera

How to compute the projected density of states (PDOS) Javier Junquera How to compute the projected density of states (PDOS) Javier Junquera Density Of States (DOS) the number of one-electron levels between E and E + de SrTiO 3 bulk Units: (Energy) -1 Projected Density Of

More information

Introduction to Hugin.

Introduction to Hugin. Introduction to Hugin. Hugin is a commercial software package which allows the user to represent Bayesian networks using a relatively straightforward set of graphical tools. Hugin is also available in

More information

HASSET A probability event tree tool to evaluate future eruptive scenarios using Bayesian Inference. Presented as a plugin for QGIS.

HASSET A probability event tree tool to evaluate future eruptive scenarios using Bayesian Inference. Presented as a plugin for QGIS. HASSET A probability event tree tool to evaluate future eruptive scenarios using Bayesian Inference. Presented as a plugin for QGIS. USER MANUAL STEFANIA BARTOLINI 1, ROSA SOBRADELO 1,2, JOAN MARTÍ 1 1

More information

Chapter: 22. Visualization: Making INPUT File and Processing of Output Results

Chapter: 22. Visualization: Making INPUT File and Processing of Output Results Chapter: 22 Visualization: Making INPUT File and Processing of Output Results Keywords: visualization, input and output structure, molecular orbital, electron density. In the previous chapters, we have

More information