Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Financial Modeling Using Quantum Computing

You're reading from  Financial Modeling Using Quantum Computing

Product type Book
Published in May 2023
Publisher Packt
ISBN-13 9781804618424
Pages 292 pages
Edition 1st Edition
Languages
Authors (4):
Anshul Saxena Anshul Saxena
Profile icon Anshul Saxena
Javier Mancilla Javier Mancilla
Profile icon Javier Mancilla
Iraitz Montalban Iraitz Montalban
Profile icon Iraitz Montalban
Christophe Pere Christophe Pere
Profile icon Christophe Pere
View More author details

Table of Contents (16) Chapters

Preface 1. Part 1: Basic Applications of Quantum Computing in Finance
2. Chapter 1: Quantum Computing Paradigm 3. Chapter 2: Quantum Machine Learning Algorithms and Their Ecosystem 4. Chapter 3: Quantum Finance Landscape 5. Part 2: Advanced Applications of Quantum Computing in Finance
6. Chapter 4: Derivative Valuation 7. Chapter 5: Portfolio Management 8. Chapter 6: Credit Risk Analytics 9. Chapter 7: Implementation in Quantum Clouds 10. Part 3: Upcoming Quantum Scenario
11. Chapter 8: Simulators and HPC’s Role in the NISQ Era 12. Chapter 9: NISQ Quantum Hardware Roadmap 13. Chapter 10: Business Implementation 14. Index 15. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system.”

A block of code is set as follows:

import numpy as np 
from scipy.stats import norm 
t = 1.0 # year 
K = 105 # Strike price 
r = 0.05 # Riskless short rate 
sigma = 0.25 # Volatility (stdev) 
S0 = 100 # Present price

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Select System info from the Administration panel.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Next Chapter arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}