Foundations of Quantum Programming 1st Edition Ying All Chapter Instant Download
Foundations of Quantum Programming 1st Edition Ying All Chapter Instant Download
com
https://textbookfull.com/product/foundations-of-quantum-
programming-1st-edition-ying/
OR CLICK BUTTON
DOWNLOAD NOW
https://textbookfull.com/product/mathematical-foundations-of-quantum-
mechanics-neumann/
textboxfull.com
https://textbookfull.com/product/foundations-of-programming-languages-
second-edition-lee/
textboxfull.com
https://textbookfull.com/product/foundations-of-quantum-field-
theory-3rd-edition-klaus-dieter-rothe/
textboxfull.com
https://textbookfull.com/product/beyond-spacetime-the-foundations-of-
quantum-gravity-1st-edition-nick-huggett-editor/
textboxfull.com
Foundations of Programming Languages Kent D. Lee
https://textbookfull.com/product/foundations-of-programming-languages-
kent-d-lee/
textboxfull.com
https://textbookfull.com/product/quantum-computing-fundamentals-from-
basic-linear-algebra-to-quantum-programming-1st-edition-easttom-ii/
textboxfull.com
https://textbookfull.com/product/foundations-of-quantum-theory-from-
classical-concepts-to-operator-algebras-1st-edition-klaas-landsman/
textboxfull.com
https://textbookfull.com/product/foundations-of-quantum-theory-from-
classical-concepts-to-operator-algebras-1st-edition-klaas-landsman-2/
textboxfull.com
Mingsheng Ying
University of Technology Sydney and Tsinghua University
No part of this publication may be reproduced or transmitted in any form or by any means, electronic or
mechanical, including photocopying, recording, or any information storage and retrieval system, without
permission in writing from the publisher. Details on how to seek permission, further information about
the Publisher’s permissions policies and our arrangements with organizations such as the Copyright
Clearance Center and the Copyright Licensing Agency, can be found at our website:
www.elsevier.com/permissions.
This book and the individual contributions contained in it are protected under copyright by the Publisher
(other than as may be noted herein).
Notices
Knowledge and best practice in this field are constantly changing. As new research and experience
broaden our understanding, changes in research methods, professional practices, or medical treatment
may become necessary.
Practitioners and researchers must always rely on their own experience and knowledge in evaluating and
using any information, methods, compounds, or experiments described herein. In using such information
or methods they should be mindful of their own safety and the safety of others, including parties for
whom they have a professional responsibility.
To the fullest extent of the law, neither the Publisher nor the authors, contributors, or editors, assume any
liability for any injury and/or damage to persons or property as a matter of products liability, negligence
or otherwise, or from any use or operation of any methods, products, instructions, or ideas contained in
the material herein.
ISBN: 978-0-12-802306-8
“Perhaps the quantum computer will change our everyday lives in this century
in the same radical way as the classical computer did in the last century.”
— excerpt from press release, Nobel Prize in Physics 2012.
ix
x Preface
This book has been developed through my research in the last 15 years at the
Quantum Computation and Quantum Information Group of the State Key Laboratory
of Intelligent Technology and Systems, Tsinghua University and the Quantum
Computation Laboratory of the Centre for Quantum Computation and Intelligent
Systems, University of Technology Sydney. I have enjoyed very much collaborations
and discussions with my colleagues and students there. I would like to thank
all of them.
I am particularly indebted to Ichiro Hasuo (University of Tokyo) and Yuan Feng
(University of Technology Sydney) who patiently read the draft of this book and
kindly provided invaluable comments and suggestions. I am very grateful to the
anonymous reviewers for the book proposal; their suggestions were very helpful
for the structure of the book. I also would like to sincerely thank Steve Elliot,
Punithavathy Govindaradjane, Amy Invernizzi, and Lindsay Lawrence, my editors
and project managers at Morgan Kaufmann.
Special thanks go to the Centre for Quantum Computation and Intelligent Sys-
tems, Faculty of Engineering and Information Technology, University of Technology
Sydney for giving me the freedom to pursue my thoughts.
My research on quantum programming has been supported by the Australian
Research Council, the National Natural Science Foundation of China, and the
Overseas Team Program of the Academy of Mathematics and Systems Science,
Chinese Academy of Sciences. All of them are gratefully acknowledged.
xi
CHAPTER
Introduction
1
“The challenge [of quantum software engineering] is to rework and extend the
whole of classical software engineering into the quantum domain so that program-
mers can manipulate quantum programs with the same ease and confidence that
they manipulate today’s classical programs.”
excerpt from the 2004 report Grand Challenges
in Computing Research [120].
where for each i, the subprogram Pi is guarded by the Boolean expression Gi , and
Pi will be executed only when Gi is true. A natural quantum extension of statement
(1.1) is the measurement-based case statement:
if (i · M[q] = mi → Pi ) fi (1.2)
where {|i} is an orthonormal basis of the state Hilbert space of an external “coin”
system c, and the selection of subprograms Pi ’s is made according to the basis states
|i of the “coin” space that can be superposed and thus is quantum information rather
than classical information. Furthermore, we can define a quantum choice:
[C] |i → Pi = C[c]; qif[c] (i · |i → Pi ) fiq (1.4)
i
1 The slogan “quantum data, quantum control” was used in [14] and in a series of its continuations
to describe a class of quantum programs for which the design idea is very different from that
introduced here.
8 CHAPTER 1 Introduction
FIGURE 1.1
Dependencies of chapters.
Preliminaries
2
This chapter introduces the basic concepts and notations from quantum mechanics
and quantum computation used throughout the book.
• Of course, quantum programming theory is built based on quantum mechanics.
So, Section 2.1 introduces the Hilbert space formalism of quantum mechanics,
which is exactly the mathematical knowledge base of this book.
• Quantum circuits are introduced in Section 2.2. Historically, several major
quantum algorithms appeared before any quantum programming language was
defined. So, quantum circuits usually serve as the computational model in which
quantum algorithms are described.
• Section 2.3 introduces several basic quantum algorithms. The aim of this section
is to provide examples for quantum programming rather than a systematic
exposition of quantum algorithms. Thus, I decided not to include more
sophisticated quantum algorithms.
In order to allow the reader to enter the core of this book – quantum program-
ming – as quickly as possible, I tried to make this chapter minimal. Thus, the
materials in this chapter are presented very briefly. Total newcomers to quantum
computation can start with this chapter, but at the same time I suggest that they read
the corresponding parts of Chapters 2, 4, 5, 6 and 8 of book [174] for more detailed
explanations and examples of the notions introduced in this chapter. On the other
hand, for the reader who is familiar with these materials from a standard textbook
such as [174], I suggest moving directly to the next chapter, using this chapter only
for fixing notations.
these postulates are only very briefly discussed. I hope this provides the reader a
short cut towards a grasp of quantum programming.
(ii) For each X ⊆ H, its closure X is the set of limits limn→∞ |ψn of sequences
{|ψn } in X.
(iii) A subspace X of H is closed if X = X.
For any subset X ⊆ H, the space spanned by X:
⎧ ⎫
⎨ n ⎬
spanX = λi |ψi : n ≥ 0, λi ∈ C and |ψi ∈ X (i = 1, . . . , n) (2.1)
⎩ ⎭
i=1
in this basis. A state of a qubit is described by a unit vector |ψ = α|0 + β|1 with
|α|2 + |β|2 = 1. The two vectors:
|0 + |1 1 1 |0 − |1 1 1
|+ = √ = √ , |− = √ = √
2 2 1 2 2 −1
form another orthonormal basis. Both of them are superpositions of |0 and |1. The
two-dimensional Hilbert space H2 can also be seen as the quantum counterpart of
the classical Boolean data type.
Example 2.1.2. Another Hilbert space often used in this book is the space of
square summable sequences:
∞ ∞
H∞ = αn |n : αn ∈ C for all n ∈ Z and |αn |2 < ∞ ,
n=−∞ n=−∞
for all αn , αn ∈ C (−∞ < n < ∞). Then {|n : n ∈ Z} is an orthonormal basis,
and H∞ is infinite-dimensional. This Hilbert space can be seen as the quantum
counterpart of the classical integer data type.
Exercise 2.1.1. Verify that the inner products defined in the previous two
examples satisfy conditions (i)–(iii) in Definition 2.1.2.
A:H→K
16 CHAPTER 2 Preliminaries
(|ϕψ|)|χ = ψ|χ|ϕ
for every |χ ∈ H. A class of simple but useful operators are projectors. Let X be
a closed subspace of H and |ψ ∈ H. Then there exist uniquely |ψ0 ∈ X and
|ψ1 ∈ X ⊥ such that
The vector |ψ0 is called the projection of |ψ onto X and written |ψ0 = PX |ψ.
Definition 2.1.10. For each closed subspace X of H, the operator
PX : H → X, |ψ → PX |ψ
A|ψ ≤ C · ψ
Exercise 2.1.3. Show that L(H) with addition and scalar multiplication forms a
vector space.
We can also define positivity of an operator as well as an order and a distance
between operators.
Definition 2.1.12. An operator A ∈ L(H) is positive if for all states |ψ ∈ H,
ψ|A|ψ is a nonnegative real number: ψ|A|ψ ≥ 0.
Definition 2.1.13. The Löwner order is defined as follows: for any A, B ∈
L(H), A B if and only if B − A = B + (−1)A is positive.
Definition 2.1.14. Let A, B ∈ L(H). Then their distance is
where
aij = ψi |A|ψj = (|ψi , A|ψj )
n
for every i, j = 1, . . . , n. Moreover, the image of a vector |ψ
= i=1 αi |ψi ∈ H
under operator A is represented by the product of matrix A = aij n×n and vector |ψ:
⎛ ⎞ ⎛ ⎞
α1 β1
A|ψ = A ⎝ . . . ⎠ = ⎝ . . . ⎠
αn βn
where βi = nj=1 aij αj for every i = 1, . . . , n. For example, IH is the unit matrix,
and 0H is the zero matrix. If
⎛ ⎞ ⎛ ⎞
α1 β1
|ϕ = ⎝ . . . ⎠ , |ψ = ⎝ . . . ⎠ ,
αn βn
then their outer product is the matrix |ϕψ| = aij n×n with aij = αi βj∗ for every
i, j = 1, . . . , n. Throughout this book, we do not distinguish an operator in a finite-
dimensional Hilbert space from its matrix representation.
18 CHAPTER 2 Preliminaries
for all |ϕ, |ψ ∈ H. The operator A† is called the adjoint of A. In particular,
if an
operator in an n-dimensional Hilbert space is represented by the matrix A = aij n×n ,
then its adjoint is represented by the transpose conjugate of A:
A† = bij n×n
for any |ϕ, |ψ ∈ K, then there exists a unitary operator V in H which extends U;
i.e., V|ψ = U|ψ for all |ψ ∈ K.
Exercise 2.1.5. Prove Lemma 2.1.1.
2.1 Quantum mechanics 19
|ψ = U|ψ0 .
To help the reader understand this postulate, let us consider two simple examples.
Example 2.1.3. One frequently used unitary operator on a qubit is the Hadamard
transformation in the two-dimensional Hilbert space H2 :
1 1 1
H= √
2 1 −1
It transforms a qubit in the computational basis states |0 and |1 into their
superpositions:
1 1 1
H|0 = H = √ = |+,
0 2 1
0 1 1
H|1 = H = √ = |−.
1 2 −1
Tk |n = |n + k
where Mm are called measurement operators, and the index m stands for the
measurement outcomes that may occur in the experiment. If the state of a
quantum system is |ψ immediately before the measurement, then for each m,
the probability that the result m occurs in the measurement is
†
p(m) = ||Mm |ψ||2 = ψ|Mm Mm |ψ (Born rule)
and the state of the system after the measurement with outcome m is
Mm |ψ
|ψm = √ .
p(m)
M0 = |00|, M1 = |11|.
If the qubit was in state |ψ = α|0 + β|1 before the measurement, then the
probability of obtaining outcome 0 is
†
p(0) = ψ|M0 M0 |ψ = ψ|M0 |ψ = |α|2 ,
Similarly, the probability of outcome 1 is p(1) = |β|2 and in this case the state after
the measurement is |1.
Projective Measurements:
A specially useful class of measurements is defined in terms of Hermitian
operators and their spectral decomposition.
Definition 2.1.16. An operator M ∈ L(H) is said to be Hermitian if it is self-
adjoint:
M † = M.
mathematical mechanism; see [182], Chapter III.5. In this book, it will be used only
in Section 3.6 as a tool for the proof of a technical lemma.)
Definition 2.1.17
(i) An eigenvector of an operator A ∈ L(H) is a non-zero vector |ψ ∈ H such
that A|ψ = λ|ψ for some λ ∈ C, where λ is called the eigenvalue of A
corresponding to |ψ.
(ii) The set of eigenvalues of A is called the (point) spectrum of A and denoted
spec(A).
(iii) For each eigenvalue λ ∈ spec(A), the set
M= λPλ
λ∈spec(M)
and in this case the state of the system after the measurement is
Pλ |ψ
√ . (2.5)
p(λ)
Since all possible outcomes λ ∈ spec(M) are real numbers, we can compute the
expectation – average value – of M in state |ψ:
Mψ = p(λ) · λ
λ∈spec(M)
= λψ|Pλ |ψ
λ∈spec(M)
We observe that, given the state |ψ, probability (2.4) and post-measurement state
(2.5) are determined only by the projectors {Pλ } (rather than M itself). It is easy to
see that {Pλ } is a complete set of orthogonal projectors; that is, a set of operators
satisfying the conditions:
Pλ if λ = δ,
(i) Pλ Pδ =
0H otherwise;
(ii) λ P λ = I H.
Then B is a finite or countably infinite set, and it can be written in the form of a
sequence of vectors: B = {|ϕn : n = 0, 1, . . .}. The tensor product of {Hi } can be
properly defined to be the Hilbert space with B as an orthonormal basis:
Hi = αn |ϕn : αn ∈ C for all n ≥ 0 and |αn |2 < ∞ .
i n n
In particular, a two-qubit system can be in a product state such as |00, |1|+ but
also in an entangled state such as the Bell states or the EPR (Einstein-Podolsky-
Rosen) pairs:
1 1
|β00 = √ (|00 + |11), |β01 = √ (|01 + |10),
2 2
1 1
|β10 = √ (|00 − |11), |β11 = √ (|01 − |10).
2 2
for every |ψ ∈ H. It is easy to check that UM preserves the inner product, and
by Lemma 2.1.1 it can be extended to a unitary operator in HM ⊗ H, which is
denoted by UM too.
• We define a projective measurement M = {M m } in HM ⊗ H with
M m = |mm| ⊗ IH for every m.
Then the measurement M is realized by the projective measurement M together with
the unitary operator UM , as shown in the following:
2.1 Quantum mechanics 25
In particular, a pure state |ψ may be seen as a special mixed state {(|ψ, 1)} and its
density operator is ρ = |ψψ|.
Density operators can be described in a different but equivalent way.
Definition 2.1.20. The trace tr(A) of operator A ∈ L(H) is defined to be
|ψ0 , |ψ are the states of the system at times t0 and t, respectively. If the system
is in mixed states ρ0 , ρ at times t0 and t, respectively, then
ρ = Uρ0 U † . (2.7)
and in this case the state of the system after the measurement is
†
Mm ρMm
ρm = . (2.9)
p(m)
Exercise 2.1.7. Derive equations (2.7), (2.8) and (2.9) from equation (2.6) and
Postulates of quantum mechanics 1 and 2.
Exercise 2.1.8. Let M be an observable (a Hermitian operator) and {Pλ : λ ∈
spec(M)} the projective measurement defined by M. Show that the expectation of M
in a mixed state ρ is
is defined by
Pound, as for potting (see page 305), and with the same
proportion of butter and of seasonings, some half-roasted veal,
chicken, or turkey. Make some forcemeat by the receipt No. 1,
Chapter VI., and form it into small rolls, not larger than a finger; wrap
twice or thrice as much of the pounded meat equally round each of
these, first moistening it with a teaspoonful of water; fold them in
good puff-paste, and bake them from fifteen to twenty minutes, or
until the crust is perfectly done. A small quantity of the lean of a
boiled ham may be finely minced and pounded with the veal, and
very small mushrooms, prepared as for a partridge (page 329), may
be substituted for the forcemeat.
SMALL VOLS-AU-VENTS, OR PATTY-CASES.
These are quickly and easily made with two round paste-cutters,
of which one should be little more than half the size of the other: to
give the pastry a better appearance, they should be fluted. Roll out
some of the lightest puff-paste to a half-inch of thickness, and with
the larger of the tins cut the number of patties required; then dip the
edge of the small shape into hot water, and press it about half
through them. Bake them in a moderately quick oven from ten to
twelve minutes, and when they are done, with the point of a sharp
knife, take out the small rounds of crust from the tops, and scoop all
the crumb from the inside of the patties, which may then be filled
with shrimps, oysters, lobster, chicken, pheasant, or any other of the
ordinary varieties of patty meat, prepared with white sauce. Fried
crumbs may be laid over them instead of the covers, or these last
can be replaced.
For sweet dishes, glaze the pastry, and fill it with rich whipped
cream, preserve, or boiled custard; if with the last of these put it back
into a very gentle oven until the custards are set.
ANOTHER RECEIPT FOR TARTLETS.
Pour boiling, a pint of rich, clear, pale veal gravy on six fresh eggs,
which have been well beaten and strained: sprinkle in directly the
grated rind of a fine lemon, a little cayenne, some salt if needed, and
a quarter-teaspoonful of mace. Put a paste border round a dish, pour
in, first two ounces of clarified butter, and then the other ingredients;
bake the Sefton in a very slow oven from twenty-five to thirty
minutes, or until it is quite firm in the middle, and send it to table with
a little good gravy. Very highly flavoured game stock, in which a few
mushrooms have been stewed, may be used for this dish with great
advantage in lieu of veal gravy; and a sauce made of the smallest
mushroom buttons, may be served with it in either case. The mixture
can be baked in a whole paste, if preferred so, or in well buttered
cups; then turned out and covered with the sauce before it is sent to
table.
Rich veal or game stock, 1 pint; fresh eggs, 6; rind, 1 lemon; little
salt and cayenne; pounded mace, 1/4 teaspoonful; butter, 2 oz.:
baked, 25 to 30 minutes, slow oven.
APPLE CAKE, OR GERMAN TART.
Work together with the fingers, ten ounces of butter and a pound
of flour, until they resemble fine crumbs of bread; throw in a small
pinch of salt, and make them into a firm smooth paste with the yolks
of two eggs and a spoonful or two of water. Butter thickly, a plain tin
cake, or pie mould (those which open at the sides, see plate, page
344, are best adapted for the purpose); roll out the paste thin, place
the mould upon it, trim a bit to its exact size, cover the bottom of the
mould with this, then cut a band the height of the sides, and press it
smoothly round them, joining the edge, which must be moistened
with egg or water, to the bottom crust; and fasten upon them, to
prevent their separation, a narrow and thin band of paste, also
moistened. Next, fill the mould nearly from the brim with the following
marmalade, which must be quite cold when it is put in. Boil together,
over a gentle fire at first, but more quickly afterwards, three pounds
of good apples with fourteen ounces of pounded sugar, or of the
finest Lisbon, the strained juice of a large lemon, three ounces of
fresh butter, and a teaspoonful of pounded cinnamon, or the lightly
grated rind of a couple of lemons: when the whole is perfectly
smooth and dry, turn it into a pan to cool, and let it be quite cold
before it is put into the paste. In early autumn, a larger proportion of
sugar may be required, but this can be regulated by the taste. When
the mould is filled, roll out the cover, lay it carefully over the
marmalade that it may not touch it; and when the cake is securely
closed, trim off the superfluous paste, add a little pounded sugar to
the parings, spread them out very thin, and cut them into leaves to
ornament the top of the cake, round which they may be placed as a
sort of wreath.[121] Bake it for an hour in a moderately brisk oven;
take it from the mould, and should the sides not be sufficiently
coloured put it back for a few minutes into the oven upon a baking
tin. Lay a paper over the top, when it is of a fine light brown, to
prevent its being too deeply coloured. This cake should be served
hot.
121. Or, instead of these, fasten on it with a little white of egg, after it is taken from
the oven, some ready-baked leaves of almond-paste (see page 355), either
plain or coloured.
Paste: flour, 1 lb.; butter, 10 oz.; yolks of eggs, 2; little water.
Marmalade: apples, 3 lbs.; sugar, 14 oz. (more if needed); juice of
lemon, 1; rinds of lemons, 2; butter, 3 oz.: baked, 1 hour.
TOURTE MERINGUÉE, OR TART WITH ROYAL ICING.[122]
122. The limits to which we are obliged to confine this volume, compel us to omit
many receipts which we would gladly insert; we have, therefore, rejected
those which may be found in almost every English cookery book, for such as
are, we apprehend, less known to the reader: this will account for the small
number of receipts for pies and fruit tarts to be found in the present chapter.
Lay a band of fine paste round the rim of a tart-dish, fill it with any
kind of fruit mixed with a moderate proportion of sugar, roll out the
cover very evenly, moisten the edges of the paste, press them
together carefully, and trim them off close to the dish; spread equally
over the top, to within rather more than an inch of the edge all round,
the whites of three fresh eggs beaten to a quite solid froth and mixed
quickly at the moment of using them with three tablespoonsful of dry
sifted sugar. Put the tart into a moderately brisk oven, and when the
crust has risen well and the icing is set, either lay a sheet of writing-
paper lightly over it, or draw it to a part of the oven where it will not
take too much colour. This is now a fashionable mode of icing tarts,
and greatly improves their appearance.
Bake half an hour.
A GOOD APPLE TART.
A pound and a quarter of apples weighed after they are pared and
cored, will be sufficient for a small tart, and four ounces more for one
of moderate size. Lay a border of English puff-paste, or of cream-
crust round the dish, just dip the apples into water, arrange them
very compactly in it, higher in the centre than at the sides, and strew
amongst them from three to four ounces of pounded sugar, or more
should they be very acid: the grated rind and the strained juice of
half a lemon will much improve their flavour. Lay on the cover rolled
thin, and ice it or not at pleasure. Send the tart to a moderate oven
for about half an hour. This may be converted into the old-fashioned
creamed apple tart, by cutting out the cover while it is still quite hot,
leaving only about an inch-wide border of paste round the edge, and
pouring over the apples when they have become cold, from half to
three-quarters of a pint of rich boiled custard. The cover divided into
triangular sippets, was formerly stuck round the inside of the tart, but
ornamental leaves of pale puff-paste have a better effect. Well-
drained whipped cream may be substituted for the custard, and be
piled high, and lightly over the fruit.
TART OF VERY YOUNG GREEN APPLES. (GOOD.)
Take very young apples from the tree before the cores are formed,
clear off the buds and stalks, wash them well, and fill a tart-dish with
them after having rolled them in plenty of sugar, or strew layers of
sugar between them; add a very small quantity of water and bake
the tart rather slowly, that the fruit may be tender quite through. It will
resemble a green apricot-tart if carefully made. We give this receipt
from recollection, having had the dish served often formerly, and
having found it very good.
BARBERRY TART.
Barberries, with half their weight of fine brown sugar, when they
are thoroughly ripe, and with two ounces more when they are not
quite so, make an admirable tart. For one of moderate size, put into
a dish bordered with paste three quarters of a pound of barberries
stripped from their stalks, and six ounces of sugar in alternate layers;
pour over them three tablespoonsful of water, put on the cover, and
bake the tart for half an hour. Another way of making it is, to line a
shallow tin pan with very thin crust, to mix the fruit and sugar well
together with a spoon before they are laid in, and to put bars of paste
across instead of a cover; or it may be baked without either.[123]
123. The French make their fruit-tarts generally thus, in large shallow pans.
Plums, split and stoned (or if of small kinds, left entire), cherries and currants
freed from the stalks, and various other fruits, all rolled in plenty of sugar, are
baked in the uncovered crust; or this is baked by itself, and then filled
afterwards with fruit previously stewed tender.
THE LADY’S TOURTE, AND CHRISTMAS TOURTE À LA
CHÂTELAINE.
Make some nouilles (see page 5), with the yolks of four fresh
eggs, and when they are all cut as directed there, drop them lightly
into a pint and a half of boiling cream (new milk will answer quite as
well, or a portion of each may be used), in which six ounces of fresh
butter have been dissolved. When these have boiled quickly for a
minute or two, during which time they must be stirred to prevent their
gathering into lumps, add a small pinch of salt, and six ounces of
sugar on which the rinds of two lemons have been rasped; place the
saucepan over a clear and very gentle fire, and when the mixture
has simmered from thirty to forty minutes take it off, stir briskly in the
yolks of six eggs, and pour it out upon a delicately clean baking-tin
which has been slightly rubbed in every part with butter; level the
nouilles with a knife to something less than a quarter of an inch of
thickness, and let them be very evenly spread; put them into a
moderate oven, and bake them of a fine equal brown: should any air-
bladders appear, pierce them with the point of a knife. On taking the
paste from the oven, divide it into two equal parts; turn one of these,
the underside uppermost, on to a clean tin or a large dish, and
spread quickly over it a jar of fine apricot-jam, place the other half
upon it, the brown side outwards, and leave the paste to become
cold; then stamp it out with a round or diamond-shaped cutter, and
arrange the genoises tastefully in a dish. This pastry will be found
delicious the day it is baked, but its excellence is destroyed by
keeping. Peach, green-gage, or magnum bonum jam, will serve for it
quite as well as apricot. We strongly recommend to our readers this
preparation, baked in pattypans, and served hot; or the whole
quantity made into a pudding. From the smaller ones a little may be
taken out with a teaspoon, and replaced with some preserve just
before they are sent to table; or they may thus be eaten cold.
Nouilles of 4 eggs; cream or milk, 1-1/2 pint; butter, 6 oz.; sugar 6
oz.; rasped rinds of lemons, 2; grain of salt: 30 to 40 minutes. Yolks
of eggs, 6: baked from 15 to 25 minutes.
ALMOND PASTE.
Butter slightly the smallest-sized pattypans, and line them with the
almond-paste rolled as thin as possible; cut it with a sharp knife
close to their edges, and bake or rather dry the tartlets slowly at the
mouth of a very cool oven. If at all coloured, they should be only of
the palest brown; but they will become perfectly crisp without losing
their whiteness if left for some hours in a very gently-heated stove or
oven. They should be taken from the pans when two-thirds done,
and laid, reversed, upon a sheet of paper placed on a dish or board,
before they are put back into the oven. At the instant of serving, fill
them with bright-coloured whipped cream, or with peach or apricot
jam; if the preserve be used, lay over it a small star or other
ornament cut from the same paste, and dried with the tartlets. Sifted
sugar, instead of flour, must be dredged upon the board and roller in
using almond paste. Leaves and flowers formed of it, and dried
gradually until perfectly crisp, will keep for a long time in a tin box or
canister, and they form elegant decorations for pastry. When a fluted
cutter the size of the pattypans is at hand, it will be an improvement
to cut out the paste with it, and then to press it lightly into them, as it
is rather apt to break when pared off with a knife. To colour it,
prepared cochineal, or spinach-green, must be added to it in the
mortar.
FAIRY FANCIES.
(Fantaisies de Fées.)
A small, but very
inexpensive set of
tin cutters must be
had for this pretty
form of pastry,
which is, however,
quite worthy of so slight a cost. The short crust, of page 349,
answers for it better than puff paste. Roll it thin and very even, and
with the larger tin, shaped thus, cut out a dozen or more of small
sheets; then, with a couple of round cutters, of which one should be
about an inch in diameter, and the other only half the size, form four
times the number of rings, and lay them on the sheets in the manner
shown in the engraving. The easier mode of placing them regularly,
is to raise each ring without removing the small cutter from it, to
moisten it with a camel’s hair brush dipped in white of egg, and to lay
it on the paste as it is gently loosened from the tin When all the
pastry is prepared, set it into a very gentle oven, that it may become
crisp and yet remain quite pale. Before it is sent to table, fill the four
divisions of each fantaisie with preserve of a different colour. For
example: one ring with apple or strawberry jelly, another with apricot
jam, a third with peach or green-gage, and a fourth with raspberry
jelly. The cases may be iced, and ornamented in various ways
before they are baked. They are prettiest when formed of white
almond-paste, with pink or pale green rings: they may then be filled,
at the instant of serving, with well-drained whipped cream.
MINCEMEAT.
(Author’s Receipt.)
To one pound of an unsalted ox-tongue, boiled tender and cut free
from the rind, add two pounds of fine stoned raisins, two of beef
kidney-suet, two pounds and a half of currants well cleaned and
dried, two of good apples, two and a half of fine Lisbon sugar, from
half to a whole pound of candied peel according to the taste, the
grated rinds of two large lemons, and two more boiled quite tender,
and chopped up entirely, with the exception of the pips, two small
nutmegs, half an ounce of salt, a large teaspoonful of pounded
mace, rather more of ginger in powder, half a pint of brandy, and as
much good sherry or Madeira. Mince these ingredients separately,
and mix the others all well before the brandy and the wine are
added; press the whole into a jar or jars, and keep it closely covered.
It should be stored for a few days before it is used, and will remain
good for many weeks. Some persons like a slight flavouring of
cloves in addition to the other spices; others add the juice of two or
three lemons, and a larger quantity of brandy. The inside of a tender
and well-roasted sirloin of beef will answer quite as well as the
tongue.
Of a fresh-boiled ox-tongue, or inside of roasted sirloin, 1 lb.;
stoned raisins and minced apples, each 2 lbs.; currants and fine
Lisbon sugar, each 2-1/2 lbs.; candied orange, lemon or citron rind, 8
to 16 oz.; boiled lemons, 2 large; rinds of two others, grated; salt, 1/2
oz.; nutmegs, 2 small; pounded mace, 1 large teaspoonful, and
rather more of ginger; good sherry or Madeira, 1/2 pint; brandy, 1/2
pint.
Obs.—The lemons will be sufficiently boiled in from one hour to
one and a quarter.
SUPERLATIVE MINCEMEAT.
Take four large lemons, with their weight of golden pippins pared
and cored, of jar-raisins, currants, candied citron and orange-rind,
and the finest suet, and a fourth part more of pounded sugar. Boil the
lemons tender, chop them small, but be careful first to extract all the
pips; add them to the other ingredients, after all have been prepared
with great nicety, and mix the whole well with from three to four
glasses of good brandy. Apportion salt and spice by the preceding
receipt. We think that the weight of one lemon, in meat, improves
this mixture; or, in lieu of it, a small quantity of crushed macaroons
added just before it is baked.
MINCE PIES. (ENTREMETS.)
Butter some tin pattypans well, and line them evenly with fine puff
paste rolled thin; fill them with mincemeat, moisten the edges of the
covers, which should be nearly a quarter of an inch thick, close the
pies carefully, trim off the superfluous paste, make a small aperture
in the centre of the crust with a fork or the point of a knife, ice the
pies or not, at pleasure, and bake them half an hour in a well-heated
but not fierce oven: lay a paper over them when they are partially
done, should they appear likely to take too much colour.
1/2 hour.
Welcome to our website – the ideal destination for book lovers and
knowledge seekers. With a mission to inspire endlessly, we offer a
vast collection of books, ranging from classic literary works to
specialized publications, self-development books, and children's
literature. Each book is a new journey of discovery, expanding
knowledge and enriching the soul of the reade
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
textbookfull.com