This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathArxivAmd.txt
executable file
·967 lines (966 loc) · 128 KB
/
ArxivAmd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
If there are any errors
please Abort, and run `arxiv_required` for required package installation, and start again
Please wait while we phrase the requested information from global arxiv[arxiv.org] servers
------------>
---------------------------->
------------------------------------------------------>
Site-specific spin crossover in Fe$_{2}$TiO$_{4}$ post-spinel under high pressures to near a megabar (W. M. Xu - 24 September, 2018)
X-ray diffraction studies to ~90 GPa at room temperature show that Fe$_{2}$TiO$_{4}$ ferrous inverse spinel undergoes the following sequence of structural transitions : cubic (Fd3m) to tetragonal (I41/amd)to orthorhombic(Cmcm) to orthorhombic(Pmma),at the indicated onset transition pressures. This is manifest as a steeper volume decrease of dV/V0 ~ 3.5% beyond ~40 GPa and an emergent diamagnetic component discerned in 57Fe Mössbauer spectroscopy at variable cryogenic temperatures. The rest of the high-spin Fe in 6-fold and 8-fold coordinated sites (~75% abundance) in the Pmma phase exhibit average saturation internal magnetic fields of H$_{hf}$ ~ 42 T to ~90 GPa, typical of spin-only (orbitally quenched) Fermi-contact values. By contrast average H$_{hf}$ ~ 20 T values, signifying unquenched orbital moments, occur below the 40-45 GPa spin-crossover initiation regime in the Cmcm phase. Near ~90 GPa Fe$_{2}$TiO$_{4}$ is a partially spin-converted chemically ordered Pmma post-spinel structure having a persistent charge gap of ~100 meV
Link: https://arxiv.org/abs/1809.09056
====================================================
The tensor-optimized high-momentum antisymmetrized molecular dynamics with bare interaction and its application in ${}^{4}$He nucleus (Mengjiao Lyu - 30 July, 2018)
In this work, the $s$-shell nucleus $^{4}$He is calculated with TO-HMAMD by including up to double product of nucleon-nucleon ($NN$) correlations, described by using high-momentum pairs and spatial correlation functions of nucleons. The total energy and radius of $^{4}$He nucleus are well reproduced using the AV8$^\prime$ interaction
Link: https://arxiv.org/abs/1807.11213
====================================================
Comment on "Structure Prediction of Li-Sn and Li-Sb Intermetallics for Lithium-Ion Batteries Anodes'' (Raja Sen - 27 July, 2018)
In a recently published article Mayo et al.[Chemistry of Materials 2017, 29, 5787] presented the ground state crystal structures of various experimentally unknown Li-Sn intermetallic compounds at ambient pressure (~0 GPa) and 0 K temperature using ab-initio random structure searching method (AIRSS) with high-throughput screening from the Inorganic Crystal Structure Database (ICSD).\cite{AIRSS} In their study, besides the experimentally known phases of Li-Sn such as, $\mathrm{Li_{2}Sn_{5}}$ ($\mathrm{P4/mbm}$),$\mathrm{Li_{1}Sn_{1}}$ ($\mathrm{P2/m}$, $\mathrm{I4_{1}/amd}$), $\mathrm{Li_{7}Sn_{3}}$ ($\mathrm{P2_{1}/m}$), $\mathrm{Li_{5}Sn_{2}}$ ($\mathrm{R\bar{3}m}$), $\mathrm{Li_{13}Sn_{5}}$ ($\mathrm{P\bar{3}m1}$), $\mathrm{Li_{7}Sn_{2}}$ ($\mathrm{Cmmm}$), and $\mathrm{Li_{17}Sn_{4}}$ ($\mathrm{F\bar{4}3m}$), Mayo et al. also reported two previously unknown stable phases for Li-Sn such as, $\mathrm{Li_{8}Sn_{3}}$-$\mathrm{R\bar{3}m}$ and $\mathrm{Li_{7}Sn_{2}}$-$\mathrm{P\bar{1}}$ along with several Li-Sn metastable phases ($\mathrm{Li_{1}Sn_{2}}$, $\mathrm{Li_{2}Sn_{3}}$, $\mathrm{Li_{7}Sn_{9}}$, $\mathrm{Li_{3}Sn_{2}}$, $\mathrm{Li_{5}Sn_{3}}$, $\mathrm{Li_{2}Sn}_{1}$, $\mathrm{Li_{3}Sn_{1}}$, $\mathrm{Li_{4}Sn_{1}}$, $\mathrm{Li_{5}Sn_{1}}$, and $\mathrm{Li_{7}Sn_{1}}$) which lie within 20 meV/atom from the convex hull tie-line. Moreover, a one-to-one comparison with our published results\cite{Sen@2017} revealed a disagreement in the symmetry of $\mathrm{Li_{3}Sn_{1}}$, $\mathrm{Li_{7}Sn_{2}}$, $\mathrm{Li_{4}Sn_{1}}$, $\mathrm{Li_{5}Sn_{1}}$, and $\mathrm{Li_{7}Sn_{1}}$ discussed by Mayo et al.}
Link: https://arxiv.org/abs/1807.10540
====================================================
Improving tasks throughput on accelerators using OpenCL command concurrency (A. J. Lázaro-Muñoz - 1 July, 2018)
The execution model has been validated in AMD, NVIDIA, and Xeon Phi devices using synthetic benchmarks. Concretely, our heuristic obtains, on average for all the devices, between 84\% and 96\% of the improvement achieved by the best execution order.
Link: https://arxiv.org/abs/1806.10113
====================================================
A deep learning framework for segmentation of retinal layers from OCT images (Karthik Gopinath - 22 June, 2018)
This model is trained on a mixture of normal and AMD cases using minimal data. Validation results on three public datasets show that the pixel-wise mean absolute error obtained with our system is 1.30 plus or minus 0.48 which is lower than the inter-marker error of 1.79 plus or minus 0.76
Link: https://arxiv.org/abs/1806.08859
====================================================
Android Malware Detection based on Factorization Machine (Chenglin Li - 30 May, 2018)
According to extensive performance evaluation, our proposed method achieved a test result of 99.01% detection rate with 0.09% false positive rate on the DREBIN dataset and 99.2% detection rate with only 0.93% false positive rate on the AMD dataset, significantly outperformed a number of state-of-the-art machine-learning-based Android malware detection methods as well as commercial antivirus engines.
Link: https://arxiv.org/abs/1805.11843
====================================================
Theoretical investigation of novel electronic, optical, mechanical and thermal properties of metallic hydrogen at 495 GPa (Bo Peng - 28 May, 2018)
Here we perform a systematic investigation of the electronic, optical, mechanical and thermal properties of $I4_1/amd$ hydrogen at 495 GPa using first-principles calculations. The calculated total plasma frequency from both intraband and interband transitions, 33.40 eV, agrees well with the experimental result. Finally, the lattice thermal conductivity of $I4_1/amd$ hydrogen is calculated to be 194.72 W/mK and 172.96 W/mK along the $x$ and $z$ directions, respectively
Link: https://arxiv.org/abs/1805.10920
====================================================
One machine, one minute, three billion tetrahedra (Célestin Marot - 22 May, 2018)
The performances of our implementation have been measured on three different processors, Intel core-i7, Intel Xeon Phi and AMD EPYC, on which we have been able to compute 3 billion tetrahedra in 53 seconds . This corresponds to a generation rate of over 55 million tetrahedra per second which is, to our best knowledge, three times the rate reached by the current fastest implementation
Link: https://arxiv.org/abs/1805.08831
====================================================
Ab initio investigation on the experimental observation of metallic hydrogen (Xiaowei Zhang - 4 May, 2018)
C2/c-24, Cmca-12, Cmca-4, and I41/amd, only the atomic phase I41/amd can provide satisfactory interpretations of the recent experimental observation, and the electron-phonon interactions (EPIs) play a crucial role. The drop of the reflectance at 2 eV is not caused by diamond's band gap reducing or interband plasmon, but very likely by defects absorptions in diamond
Link: https://arxiv.org/abs/1805.01625
====================================================
Prediction of Stable Ground-State Uranium Nitrides at Ambient and High Pressures (Dawei Zhou - 30 March, 2018)
At zero temperature and pressure, the experimentally observed CaF2-type UN2 is found to transform into another new I41/amd-type UN2, which is related to the dynamical instability originated from Peierls mechanism. The peculiar structural features such as N2-dimers, planar SO3-like N(N)3 units, non-coplarnar zigzag N4 units, and zigzag U chains are found in U-N compounds under pressure
Link: https://arxiv.org/abs/1804.00095
====================================================
GPU implementation of algorithm SIMPLE-TS for calculation of unsteady, viscous, compressible and heat-conductive gas flows (Kiril S. Shterev - 12 February, 2018)
The tests show that overall speedup of AMD Radeon R9 280X is up to 102x compared to Intel Core i5-4690 core and up to 184x compared to Intel Core i7-920 core, while speedup of NVIDIA Tesla M2090 is up to 11x compared to Intel Core i5-4690 core and up to 20x compared to Intel Core i7-920 core. It requires 1[GB] global memory for 5.9 million finite volumes that are two times less compared to C++ CPU code
Link: https://arxiv.org/abs/1802.04243
====================================================
Magnetized Disk-Winds in NGC 3783 (Keigo Fukumura - 21 December, 2017)
With the wind radial density profile determined by the AMD, the profiles of the ensemble of the observed absorption features are determined by the two global parameters of the MHD wind; i.e. Fe xxv and Fe xxvi), while typically prominent in the AGN X-ray spectra, they appear to be weak in NGC 3783
Link: https://arxiv.org/abs/1712.08181
====================================================
Anti-correlation between multiplicity and orbital properties in exoplanetary systems as a possible record of their dynamical histories (Angelo Zinzi - 31 August, 2017)
The analysis of the dynamic state of the exosystems was performed by computing their angular momentum deficit (AMD), a diagnostic parameter used in the study of solar system and recently applied to exosystems. Our best fit reproduces well the behaviour of average eccentricities for all systems with M>1, including the additional cases of TRAPPIST-1 (M=7) and solar system (M=8)
Link: https://arxiv.org/abs/1709.00003
====================================================
Pathological OCT Retinal Layer Segmentation using Branch Residual U-shape Networks (Stefanos Apostolopoulos - 16 July, 2017)
We validate our approach on a dataset of late-stage AMD patients and demonstrate lower computational costs and higher performance compared to other state-of-the-art methods.
Link: https://arxiv.org/abs/1707.04931
====================================================
Strong electron-phonon and band structure effects in the optical properties of high pressure metallic hydrogen (Miguel Borinaga - 5 July, 2017)
Here we present first-principles calculations of the reflectivity of hydrogen between 400 and 600 GPa in the $\mathrm{I4_1/amd}$ crystal structure, the one predicted at these pressures, based on both time-dependent density functional and Eliashberg theories, thus, covering the optical properties from the infrared to the ultraviolet regimes. Our results show that atomic hydrogen displays an interband plasmon at around 6 eV that abruptly suppresses the reflectivity, while the large superconducting gap energy yields a sharp decrease of the reflectivity in the infrared region approximately at 120 meV
Link: https://arxiv.org/abs/1707.00134
====================================================
New successive variational method of tensor-optimized antisymmetrized molecular dynamics for nuclear many-body systems (Takayuki Myo - 2 September, 2017)
We recently proposed a new variational theory of "tensor-optimized antisymmetrized molecular dynamics" (TOAMD), which treats the strong interaction explicitly for finite nuclei [T. 2015, 073D02 (2015)]
Link: https://arxiv.org/abs/1706.09560
====================================================
Model-Driven Development of High-Assurance Active Medical Devices (Atif Mashkoor - 20 June, 2017)
The use of formal approaches for the development of AMDs is highly recommended by standards and regulations, and motivates the recent advancement of the state of the art of related methods and tools including Event-B and Rodin applied in this paper
Link: https://arxiv.org/abs/1706.06376
====================================================
Tetrahedral $4α$ and $^{12}\textrm{C}+α$ cluster structures in $^{16}$O (Yoshiko Kanada-En'yo - 25 May, 2017)
The formation of 4 $α$ clusters has been confirmed from nucleon degrees of freedom in the AMD model without assuming existence of any clusters. They form "tetrahedral" $4α$- and $^{12}\textrm{C}+α$-cluster structures. The $^{12}\textrm{C}+α$ structure constructs the $K^Ï=0^+$ band consisting of the $0^+_2$, $2^+_1$, and $4^+_1$ states and the $K^Ï=0^-$ band of the $1^-_2$, $3^-_2$, and $5^-_1$ states. The $0^+_1$, $3^-_1$, and $4^+_2$ states are assigned to the ground band constructed from the tetrahedral 4$α$ structure. Moreover, significant state mixing of the tetrahedral $4α$ and $^{12}\textrm{C}+α$ cluster structures occurs between $4^+_1$ and $4^+_2$ states, indicating that the $T_d$ configuration of $4α$ is rather fragile at $J^Ï=4^+$.
Link: https://arxiv.org/abs/1705.09097
====================================================
Simultaneous Multiple Surface Segmentation Using Deep Learning (Abhay Shah - 19 May, 2017)
The proposed approach was validated on 40 retina OCT volumes including 20 normal and 20 AMD subjects. The mean unsigned surface positioning errors obtained by G-OSC method 2.31 voxels (95% CI 2.02-2.60 voxels) was improved to $1.27$ voxels (95% CI 1.14-1.40 voxels) using our new approach. On average, our approach takes 94.34 s, requiring 95.35 MB memory, which is much faster than the 2837.46 s and 6.87 GB memory required by the G-OSC method on the same computer system.
Link: https://arxiv.org/abs/1705.07142
====================================================
Detect Kernel-Mode Rootkits via Real Time Logging & Controlling Memory Access (Igor Korkin - 18 May, 2017)
To protect users and business systems new technologies developed by Intel and AMD CPUs may be applied. MemoryMonRWX also has the following competitive advantages: fine-grained analysis, support of multi-core CPUs and 64-bit Windows 10
Link: https://arxiv.org/abs/1705.06784
====================================================
AMD-stability and the classification of planetary systems (Jacques Laskar - 22 March, 2017)
The AMD-stability classification is applied to the 131 multiplanet systems from The Extrasolar Planet Encyclopaedia database (exoplanet.eu) for which the orbital elements are sufficiently well known.
Link: https://arxiv.org/abs/1703.07125
====================================================
Pressure-induced metallization and superconducting phase in ReS2 (Dawei Zhou - 13 February, 2017)
The ambient pressure phase transforms to a "distorted-1T" structure at very low pressure and then to a tetragonal I41/amd structure at around 90 GPa. The "distorted-1T" structure undergoes a semiconductor-metal transition (SMT) at around 70 GPa with a band overlap mechanism. Electron-phonon calculations suggest that the I41/amd structure is superconducting and has a critical superconducting temperature of about 2 K at 100 GPa. We further perform high-pressure electrical resistance measurements up to 102 GPa
Link: https://arxiv.org/abs/1702.04061
====================================================
Structure and Magnetism in the Bond Frustrated Spinel, ZnCr2Se4 (P. Zajdel - 27 January, 2017)
Synchrotron X-ray diffraction shows a spin-lattice distortion from the cubic spinel to a tetragonal I41/amd lattice below TN = 21 K, where powder neutron diffraction confirms the formation of a helical magnetic structure with magnetic moment of 3.04(3) μB at 1.5 K; close to that expected for high-spin Cr3+. MuSR measurements show prominent local spin correlations that are established at temperatures considerably higher (< 100 K) than the onset of long range magnetic order. Below TN, unusually fast (> 100 μs-1) muon relaxation rates are suggestive of rapid site hopping of the muons in static field. Inelastic neutron scattering measurements show a gapless mode at an incommensurate propagation vector of k = (0 0 0.4648(2)) in the low temperature magnetic ordered phase that extends to 0.8 meV
Link: https://arxiv.org/abs/1701.08227
====================================================
ARM Wrestling with Big Data: A Study of Commodity ARM64 Server for Big Data Workloads (Jayanth Kalyanasundaram - 8 September, 2017)
In this paper, we study the performance and energy efficiency of a server based on this ARM64 CPU, relative to a comparable server running an AMD Opteron 3300-series x64 CPU, for Big Data workloads. Our results show that the ARM64 server's runtime performance is comparable to the x64 server for integer-based workloads like Sort and Hive queries, and only lags behind for floating-point intensive benchmarks like PageRank, when they do not exploit data parallelism adequately. We also see that the ARM64 server takes $\frac{1}{3}^{rd}$ the energy, and has an Energy Delay Product (EDP) that is $50-71\%$ lower than the x64 server
Link: https://arxiv.org/abs/1701.05996
====================================================
The angular momentum of cosmological coronae and the inside-out growth of spiral galaxies (Gabriele Pezzulli - 19 January, 2017)
We find that a simple model of an isothermal corona with a temperature slightly smaller than virial and a cosmologically motivated AMD is in good agreement with galaxy evolution requirements, supporting hot-mode accretion as a viable driver for the evolution of spiral galaxies in a cosmological context. Motivated by the observation that the Milky Way has a relatively hot corona (T ~ 2 x 10^6 K), we also explore models with a temperature larger than virial
Link: https://arxiv.org/abs/1701.01442
====================================================
On fixed-parameter tractability of the mixed domination problem for graphs with bounded tree-width (M. Rajaati - 14 July, 2018)
In this paper, we present a novel approach to find all of the mixed dominating sets, called the AMDS problem, of a graph with bounded tree-width $tw$. Our new technique of assigning power values to edges and vertices, and combining with dynamic programming, leads to a fixed-parameter algorithm of time $O(3^{tw^{2}}\times tw^2 \times |V|)$
Link: https://arxiv.org/abs/1612.08234
====================================================
Deep learning is effective for the classification of OCT images of normal versus Age-related Macular Degeneration (Cecilia S. Lee - 14 December, 2016)
The central 11 images were selected from each OCT scan of two cohorts of patients: normal and AMD. Results: Of an extraction of 2.6 million OCT images linked to clinical datapoints from the EMR, 52,690 normal and 48,312 AMD macular OCT images were selected. At the image level, we achieved an auROC of 92.78% with an accuracy of 87.63%. At the macula level, we achieved an auROC of 93.83% with an accuracy of 88.98%. At a patient level, we achieved an auROC of 97.45% with an accuracy of 93.45%. Peak sensitivity and specificity with optimal cutoffs were 92.64% and 93.69% respectively
Link: https://arxiv.org/abs/1612.04891
====================================================
Structure and decay of the pygmy dipole resonance in 26Ne (M. Kimura - 27 November, 2016)
The low-lying spectra of $^{24,25,26}{\rm Ne}$ and the structure of the pygmy dipole resonance (PDR) in $^{26}{\rm Ne}$ have been theoretically studied by the antisymmetrized molecular dynamics (AMD) and its extended version called shifted-basis AMD. The calculated energy and strength of the PDR reasonably agree with the observation, and the analysis of the wave function shows that the PDR is dominated by neutron excitation coupled to the quadrupole excited core nucleus $^{25}{\rm Ne}$, which explains the observed unexpected decay of PDR to the excited states of $^{25}{\rm Ne}$
Link: https://arxiv.org/abs/1611.08804
====================================================
High-Pressure Hydrogen Sulfide by Diffusion Quantum Monte Carlo (Sam Azadi - 6 October, 2016)
Contrary to density functional theory, our calculations suggest that the C2/m phase of HS is more stable than the I4$_1$/amd HS structure over the whole pressure range from 150 to 400 GPa
Link: https://arxiv.org/abs/1610.01967
====================================================
Crystal structure and anisotropic magnetic properties of new ferromagnetic Kondo lattice compound Ce(Cu,Al,Si)2 (A. Maurya - 11 September, 2016)
This compound is derived from the binary CeSi2 (tetragonal ThSi2-type, Pearson symbol tI12, space group I41/amd) obtained by partial substitution of Si by Cu and Al atoms but showing full occupation of the Si crystal site (8e). While CeSi2 is a well-known valence-fluctuating paramagnetic compound, the CeCu0.18Al0.24Si1.58 phase orders ferromagnetically at TC = 9.3 K. At low temperatures the easy-axis of magnetization is along the a-axis, which re-orients itself along the c-axis above 30 K. Analysis of the high temperature heat capacity data in the paramagnetic region lets us infer that the crystal electric field split doublet levels are located at 178 and 357 K, respectively, and Kondo temperature (8.4 K) is of the order of TC in CeCu0.18Al0.24Si1.58.
Link: https://arxiv.org/abs/1609.03166
====================================================
TTC: A Tensor Transposition Compiler for Multiple Architectures (Paul Springer - 5 July, 2016)
TTC exhibits high performance across multiple architectures, including modern AVX-based systems (e.g.,~Intel Haswell, AMD Steamroller), Intel's Knights Corner as well as different CUDA-based GPUs such as NVIDIA's Kepler and Maxwell architectures. We also showcase TTC's support for multiple leading dimensions, making it a suitable candidate for the generation of performance-critical packing functions that are at the core of the ubiquitous BLAS 3 routines.
Link: https://arxiv.org/abs/1607.01249
====================================================
TTC: A high-performance Compiler for Tensor Transpositions (Paul Springer - 7 March, 2016)
Performance results show that the routines generated by TTC achieve close to peak memory bandwidth on both the Intel Haswell and the AMD Steamroller architectures, and yield significant performance gains over modern compilers. Experiments indicate that when only 100 potential solutions are considered, the resulting performance is about 99% of that achieved with exhaustive search.
Link: https://arxiv.org/abs/1603.02297
====================================================
The thermal instability of the warm absorber in NGC 3783 (R. W. Goosmann - 4 March, 2016)
We model the observed X-ray spectral continuum shape, ionic column densities, and absorption measure distribution (AMD) of the warm absorber in the Seyfert galaxy NGC 3783. We compare the observational characteristics derived from the 900 ksec Chandra observation to radiative transfer computations in pressure equilibrium using the radiative transfer code TITAN. We find an extension of the degeneracy between xi and N_H0 for the constant pressure models previously discussed for NGC 3783. Including the ionic column densities of iron and neon in the comparison between observations and data we conclude that a range of ionization parameters between 4000 and 8000 ergs cm/s is preferred. For the first time, we present theoretical AMD for a constant pressure wind in NGC 3783 that correctly reproduces the observed level and is in approximate agreement with the observational appearance of an instability region. Using a variety of observational indicators, we confirm that the X-ray outflow of NGC 3783 can be described as an RPC medium in pressure equilibrium
Link: https://arxiv.org/abs/1603.01448
====================================================
Wanted: Floating-Point Add Round-off Error instruction (Marat Dukhan - 1 March, 2016)
Performance estimates on Intel Haswell, Intel Skylake, and AMD Steamroller processors, as well as Intel Knights Corner co-processor, demonstrate that such an instruction would improve the latency of double-double addition by up to 55% and increase double-double addition throughput by up to 103%, with smaller, but non-negligible benefits for double-double multiplication. The new instruction delivers up to 2x speedups on three benchmarks that use high-precision floating-point arithmetic: double-double matrix-matrix multiplication, compensated dot product, and polynomial evaluation via the compensated Horner scheme.
Link: https://arxiv.org/abs/1603.00491
====================================================
Anharmonic effects in atomic hydrogen: superconductivity and lattice dynamical stability (Miguel Borinaga - 22 February, 2016)
We present first-principles calculations of metallic atomic hydrogen in the 400-600 GPa pressure range in a tetragonal structure with space group $I4_1/amd$, which is predicted to be its first atomic phase. Anharmonic effects, which are calculated within the stochastic self-consistent harmonic approxima- tion, harden high-energy optical modes and soften transverse acoustic modes up to a 20% in energy. Despite a large impact of anharmonicity has been predicted in several high-pressure hydrides, here the superconducting critical temperature is barely affected by anharmonicity, as it is lowered from its harmonic 318 K value only to 300 K at 500 GPa
Link: https://arxiv.org/abs/1602.06877
====================================================
Probing neutron-proton dynamics by pions (Natsumi Ikeno - 5 April, 2018)
In order to investigate the nuclear symmetry energy at high density, we study the pion production in central collisions of neutron-rich nuclei ${}^{132}\mathrm{Sn}+{}^{124}\mathrm{Sn}$ at 300 MeV/nucleon using a new approach by combining the antisymmetrized molecular dynamics (AMD) and a hadronic cascade model (JAM)
Link: https://arxiv.org/abs/1601.07636
====================================================
Efficient Construction of Simultaneous Deterministic Finite Automata on Multicores Using Rabin Fingerprints (Minyoung Jung - 25 September, 2017)
Evaluations have been conducted on a 4 CPU (64 cores) AMD Opteron 6378 system and a 2 CPU (28 cores, 2 hyperthreads per core) Intel Xeon E5-2697 v3 system. The observed speedups over the sequential baseline algorithm are up to 118541x on the AMD system and 2113968x on the Intel system.
Link: https://arxiv.org/abs/1512.09228
====================================================
Isoscalar monopole and dipole excitations of cluster states and giant resonances in $^{12}$C (Yoshiko Kanada-En'yo - 11 December, 2015)
The isoscalar monopole(ISM) and dipole(ISD) excitations in $^{12}$C are theoretically investigated with the shifted antisymmetrized molecular dynamics(AMD) plus $3α$-cluster generator coordinate method(GCM). The low-energy ISM strengths exhaust 26% of the EWSR, which is consistent with the experimental data for the $^{12}$C($0^+_2$;7.65 MeV) and $^{12}$C($0^+_3$;10.3 MeV) measured by $(e,e')$, $(α,α')$, and ($^6$Li,$^6$Li$'$) scatterings. It is indicated that the ISD excitations can be a good probe to experimentally search for new cluster states such as the $^{12}$C($1^-_2$) obtained in the present calculation.
Link: https://arxiv.org/abs/1512.03619
====================================================
Improving the performance of the linear systems solvers using CUDA (Bogdan Oancea - 23 November, 2015)
Since the first idea of using GPU for general purpose computing, things have evolved and now there are several approaches to GPU programming: CUDA from NVIDIA and Stream from AMD. We present the results of performance tests and show that using GPU one can obtain speedups of about of approximately 80 times comparing with a CPU implementation.
Link: https://arxiv.org/abs/1511.07207
====================================================
Isobaric yield ratio difference between the 140 $A$ MeV $^{58, 64}$Ni + $^{9}$Be reactions studied by antisymmetric molecular dynamics model (C. Y. Qiao - 27 October, 2015)
\item[Methods] The antisymmetric molecular dynamics (AMD) model plus the sequential decay model GEMINI are adopted to simulate the 140$A$ MeV $^{58, 64}$Ni + $^{9}$Be reactions. A relative small coalescence radius R$_c =$ 2.5 fm is used for the phase space at $t =$ 500 fm/c to form the hot fragment. Two limitations on the impact parameter ($b1 = 0 - 2$ fm and $b2 = 0 - 9$ fm) are used to study the effect of central collisions in IBD. The IBD results for fragments with neutron-excess $I = $ 0 and 1 are obtained. \item[Conclusions] The IBDs for the $I =$ 0 and 1 chains are mainly determined by the central collisions, which reflects the nuclear density in the core region of the reaction system
Link: https://arxiv.org/abs/1510.08105
====================================================
Absorption Measure Distribution in Mrk 509 (T. P. Adhikari - 2 November, 2015)
In this paper we model the observed absorption measure distribution (AMD) in Mrk 509, which spans three orders of magnitude in ionization level with a single-zone absorber in pressure equilibrium. With this assumption we found theoretical AMD which matches the observed one determined on the basis of 600 ks RGS XMM-Newton spectrum of Mrk~509. In Mrk 509 the implied density is of the order of $10^8$ cm$^{-3}$.
Link: https://arxiv.org/abs/1507.04035
====================================================
Machine Learning Based Auto-tuning for Enhanced OpenCL Performance Portability (Thomas L. Falch - 2 June, 2015)
We evaluate our method with different benchmarks, on several devices, including an Intel i7 3770 CPU, an Nvidia K40 GPU and an AMD Radeon HD 7970 GPU. Our model achieves a mean relative error as low as 6.1%, and is able to find configurations as little as 1.3% worse than the global minimum.
Link: https://arxiv.org/abs/1506.00842
====================================================
Thread Parallelism for Highly Irregular Computation in Anisotropic Mesh Adaptation (Georgios Rokos - 18 May, 2015)
This work is motivated by mesh adaptation algorithms, for which we show a parallel efficiency of 60% and 50% on Intel(R) Xeon(R) Sandy Bridge and AMD Opteron(tm) Magny-Cours systems, respectively, using these techniques.
Link: https://arxiv.org/abs/1505.04694
====================================================
Speculative Segmented Sum for Sparse Matrix-Vector Multiplication on Heterogeneous Processors (Weifeng Liu - 14 September, 2015)
On three heterogeneous processors from Intel, AMD and nVidia, using 20 sparse matrices as a benchmark suite, the experimental results show that our method obtains significant performance improvement over the best existing CSR-based SpMV algorithms
Link: https://arxiv.org/abs/1504.06474
====================================================
Overhauling SC Atomics in C11 and OpenCL (Mark Batty - 16 November, 2016)
We argue that these strengthenings are natural, and that all of the formalised C11 and OpenCL compilation schemes of which we are aware (Power and x86 CPUs for C11, AMD GPUs for OpenCL) remain valid in our revised models
Link: https://arxiv.org/abs/1503.07073
====================================================
CSR5: An Efficient Storage Format for Cross-Platform Sparse Matrix-Vector Multiplication (Weifeng Liu - 9 April, 2015)
For the 10 irregular matrices, the CSR5 obtains average performance improvement of 17.6\%, 28.5\%, 173.0\% and 293.3\% (up to 213.3\%, 153.6\%, 405.1\% and 943.3\%) over the best existing work on dual-socket Intel CPUs, an nVidia GPU, an AMD GPU and an Intel Xeon Phi, respectively
Link: https://arxiv.org/abs/1503.05032
====================================================
Faster 64-bit universal hashing using carry-less multiplications (Daniel Lemire - 4 November, 2015)
Intel and AMD support the Carry-less Multiplication (CLMUL) instruction set in their x64 processors. We compare this new family with what might be the fastest almost universal family on x64 processors (VHASH). We find that CLHASH is at least 60% faster. We find that CLHASH is 40% faster than CityHash on inputs larger than 64 bytes and just as fast otherwise.
Link: https://arxiv.org/abs/1503.03465
====================================================
DCAFE: Dynamic load-balanced loop Chunking & Aggressive Finish Elimination for Recursive Task Parallel Programs (Suyash Gupta - 21 February, 2015)
With respect to the base X10 compiler extended with loop-chunking of Nandivada et al [Nandivada et al.(2013)Nandivada, Shirako, Zhao, and Sarkar](LC), DCAFE achieved a geometric mean speed up of 5.75x and 4.16x on the Intel and AMD system, respectively. We also present an evaluation with respect to the energy consumption on the Intel system and show that on average, compared to the LC versions, the DCAFE versions consume 71.2% less energy.
Link: https://arxiv.org/abs/1502.06086
====================================================
2alpha+t cluster feature of $3/2^-_3$ state in $^{11}$B (Yoshiko Kanada-En'yo - 26 October, 2014)
We reanalyze $2α+t$ cluster features of $3/2^-$ states in $^{11}$B by investigating the $t$ cluster distribution around a $2α$ core in $^{11}$B, calculated with the method of antisymmetrized molecular dynamics (AMD). In this study, we compare the $2α+t$ cluster feature in $^{11}$B($3/2^-_3$) with the $3α$ cluster feature in $^{12}$C($0^+_2$), and discuss their similarities and differences.
Link: https://arxiv.org/abs/1410.7088
====================================================
Reconstructed primary fragments and symmetry energy, temperature and density of the fragmenting source in $^{64}$Zn + $^{112}$Sn at 40 MeV/nucleon (X. Liu - 14 October, 2014)
Symmetry energy, temperature and density at the time of the intermediate mass fragment formation are determined in a self-consistent manner, using the experimentally reconstructed primary hot isotope yields and anti-symmetrized molecular dynamics (AMD) simulations. The yields of primary hot fragments are experimentally reconstructed for multifragmentation events in the reaction system $^{64}$Zn + $^{112}$Sn at 40 MeV/nucleon. Comparing the calculated $a_{sym}/T$ values and those of the experimental values from the reconstructed yields, $Ï/Ï_{0} = 0.65 \pm 0.02 $, $a_{sym} = 23.1 \pm 0.6$ MeV and $T= 5.0 \pm 0.4$ MeV are evaluated for the fragmenting system experimentally observed in the reaction studied.
Link: https://arxiv.org/abs/1409.4140
====================================================
Heterogeneous Computing on Mixed Unstructured Grids with PyFR (F. D. Witherden - 1 September, 2014)
Specifically, after benchmarking single-node performance for various platforms, PyFR v0.2.2 is used to undertake simulations of unsteady flow over a circular cylinder at Reynolds number 3 900 using a mixed unstructured grid of prismatic and tetrahedral elements on a desktop workstation containing an Intel Xeon E5-2697 v2 CPU, an NVIDIA Tesla K40c GPU, and an AMD FirePro W9100 GPU
Link: https://arxiv.org/abs/1409.0405
====================================================
Radiation Pressure Confinement -- III. The origin of the broad ionization distribution in AGN outflows (Jonathan Stern - 18 September, 2014)
Observed AMDs extend over 0.1 < xi < 10^4 (cgs), and are remarkably similar in different objects. Power-law fits (|dN /dlog xi| ~ N_1 xi^a) yield N_1 = 3x10^{21} cm^-2 +- 0.4 dex and a = 0 -- 0.4
Link: https://arxiv.org/abs/1408.4940
====================================================
Structural change and phase coexistence upon magnetic ordering in the magnetodielectric spinel Mn$_3$O$_4$ (Moureen C. Kemei - 8 July, 2014)
Cooperative Jahn-Teller ordering is well-known to drive the cubic $Fd\overline{3}m$ to tetragonal $I$4$_1$/$amd$ structural distortion in Mn$_3$O$_4$ at 1170 $^{\circ}$C. Further structural distortion occurs in Mn$_3$O$_4$ upon magnetic ordering at 42 K. Employing high-resolution variable-temperature synchrotron x-ray diffraction we show that tetragonal $I$4$_1$/$amd$ and orthorhombic $Fddd$ phases coexist, with nearly equal fractions, below the Néel temperature of Mn$_3$O$_4$. Structural phase coexistence in Mn$_3$O$_4$ is attributed to large strains due to the lattice mismatch between the tetragonal $I$4$_1$/$amd$ and the orthorhombic $Fddd$ phases. A comparison of the deformation observed in Mn$_3$O$_4$ to structural deformations of other magnetic spinels shows that phase coexistence may be a common theme when structural distortions occur below 50 K.
Link: https://arxiv.org/abs/1407.2299
====================================================
Structural distortion below the Néel temperature in spinel GeCo$_2$O$_4$ (Phillip T. Barton - 27 May, 2014)
A structural phase transition from cubic $Fd\bar{3}m$ to tetragonal $I$4$_1$/$amd$ symmetry with $c/a >$ 1 is observed at $T_{\rm{S}}$ = 16 K in spinel GeCo$_2$O$_4$ below the Néel temperature $T_N$ = 21 K. Structural and magnetic ordering appear to be decoupled with the structural distortion occurring at 16 K while magnetic order occurs at 21 K as determined by magnetic susceptibility and heat capacity measurements. We present the complete crystallographic description of GeCo$_2$O$_4$ in the tetragonal $I$4$_1$/$amd$ space group and discuss the possible origin of this distortion in the context of known structural transitions in magnetic spinels. Structural transitions were not detected in either compound down to $T \approx$ 8 K. Magnetometry experiments reveal in GeFe$_2$O$_4$ a second antiferromagnetic transition, with $T_{\rm{N1}}$ = 7.9 K and $T_{\rm{N2}}$ = 6.2 K, that was previously unknown, and that bear a similarity to the magnetism of GeNi$_2$O$_4$.
Link: https://arxiv.org/abs/1405.7099
====================================================
Experimental reconstruction of primary hot isotopes and characteristic properties of the fragmenting source in the heavy ion reactions near the Fermi energy (W. Lin - 14 September, 2014)
The reconstructed yield distributions are in good agreement with the primary isotope distributions obtained from AMD transport model simulations. The primary mass distributions exhibit a power law distribution with the critical exponent, $A^{-2.3}$, for $A \geq 15$ isotopes, but significantly deviates from that for the lighter isotopes. From this relation the density of the fragmenting source is determined to be $Ï/Ï_{0} = (0.63 \pm 0.03 )$. Using this density, the symmetry energy coefficient and the temperature of fragmenting source are determined in a self-consistent manner as $a_{sym} = (24.7 \pm 3.4) MeV$ and $T=(4.9 \pm 0.2)$ MeV.
Link: https://arxiv.org/abs/1405.6911
====================================================
Primary Isotope Yields and Characteristic Properties of the Fragmenting Source in Heavy-ion Reactions near the Fermi Energies (X. Liu - 13 June, 2014)
For central collisions of $^{40}$Ca $+ ^{40}$Ca at 35 MeV/nucleon, the density and temperature of a fragmenting source have been evaluated in a self-consistent manner using the ratio of the symmetry energy coefficient relative to the temperature, $a_{sym}/T$, extracted from the yields of primary isotopes produced in antisymmetrized molecular dynamics (AMD) simulations. Using this correlation, the fragment formation density is found to be $Ï/Ï_0 = 0.67 \pm 0.02$
Link: https://arxiv.org/abs/1404.5830
====================================================
Ground-state properties of neutron-rich Mg isotopes (Shin Watanabe - 9 April, 2014)
We analyze recently-measured total reaction cross sections for 24-38Mg isotopes incident on 12C targets at 240 MeV/nucleon by using the folding model and antisymmetrized molecular dynamics(AMD). Large deformation is seen from 31Mg with N = 19 to a drip-line nucleus 40Mg with N = 28, indicating that both the N = 20 and 28 magicities disappear
Link: https://arxiv.org/abs/1404.2373
====================================================
Steganography - coding and intercepting the information from encoded pictures in the absence of any initial information (Monika Kwiatkowska - 2 February, 2014)
Performance tests were carried out on computers, Blue Gene/P [2], Blue Gene/Q [3] and the system consisting of four AMD Opteron 6272 [4]. Source code is available under GNU GPL v3 license and are available in a repository OLib [5].
Link: https://arxiv.org/abs/1404.2237
====================================================
Dissociation of high-pressure solid molecular hydrogen: Quantum Monte Carlo and anharmonic vibrational study (Sam Azadi - 14 March, 2014)
A transition from the molecular Cmca-12 direct to the atomic I4_1/amd phase is found at 374 GPa. The vibrational contribution lowers the transition pressure by 91 GPa
Link: https://arxiv.org/abs/1403.3681
====================================================
Superdeformed $Î$ hypernuclei with antisymmetrized molecular dynamics (Masahiro Isaka - 29 January, 2014)
In the present study, we use the antisymmetrized molecular dynamics (AMD) model. It is pointed out that many kinds of deformed bands appear in $^{45}$Sc and $^{47}$Sc. Especially, it is found that there exists superdeformed states in $^{45}$Sc. By the addition of a $Î$ particle to $^{40}$Ca, $^{45}$Sc and $^{47}$Sc, it is predicted, for the first time, that the superdeformed states exist in the hypernuclei $^{41}_Î$Ca and $^{46}_Î$Sc. The manifestation of the dependence of the $Î$-separation energy on nuclear deformation such as spherical, normal deformation and superdeformation is shown in the energy spectra of $^{41}_Î$Ca, $^{46}_Î$Sc and $^{48}_Î$Sc hypernuclei.
Link: https://arxiv.org/abs/1401.7736
====================================================
Semi-microscopic folding model for the description of two-body halo nuclei (J. A. Lay - 20 January, 2014)
The latter are calculated with the Antisymetrized Molecular Dynamics (AMD) method. The prescription is applied to the well known halo nucleus, $^{11}$Be, as a test case. In order to show the potential usefulness of the method, it is applied to analyze the structure of $^{19}$C.
Link: https://arxiv.org/abs/1401.4990
====================================================
A novel determination of density, temperature and symmetry energy for nuclear multi-fragmentation through primary fragment yield reconstruction (W. Lin - 17 February, 2014)
For the first time primary hot isotope distributions are experimentally reconstructed in intermediate heavy ion collisions and used with antisymmetrized molecular dynamics (AMD) calculations to determine density, temperature and symmetry energy coefficient in a self-consistent manner. A kinematical focusing method is employed to reconstruct the primary hot fragment yield distributions for multifragmentation events observed in the reaction system $^{64}$Zn + $^{112}$Sn at 40 MeV/nucleon. By comparison of the experimental values of $a_{sym}/T$ with those of calculations, the density of the source at fragment formation was determined to be $Ï/Ï_{0} = (0.63 \pm 0.03 )$. Using this density, the symmetry energy coefficient and the temperature are determined in a self-consistent manner as $a_{sym} = (24.7 \pm 1.9) MeV$ and $T=(4.9 \pm 0.2)$ MeV
Link: https://arxiv.org/abs/1401.0363
====================================================
The Quest-V Separation Kernel for Mixed Criticality Systems (Ye Li - 23 October, 2013)
Many of these processors now feature hardware virtualization capabilities, such as the ARM Cortex A15, and x86 processors with Intel VT-x or AMD-V support
Link: https://arxiv.org/abs/1310.6298
====================================================
A GPGPU based program to solve the TDSE in intense laser fields through the finite difference approach (Cathal à Broin - 8 August, 2013)
This is followed by some examples and a short benchmark between an 8 hardware thread (i.e logical core) Intel Xeon CPU and an AMD 6970 GPU, where the parallel algorithm runs 10 times faster on the GPU than the CPU.
Link: https://arxiv.org/abs/1308.1856
====================================================
Revisiting Co-Processing for Hash Joins on the Coupled CPU-GPU Architecture (Jiong He - 8 July, 2013)
Our experimental results on a recent AMD APU show that (1) the coupled architecture enables fine-grained co-processing and cache reuses, which are inefficient on discrete CPU-GPU architectures; (2) the cost model can automatically guide the design and tuning knobs in the design space; (3) fine-grained co-processing achieves up to 53%, 35% and 28% performance improvement over CPU-only, GPU-only and conventional CPU-GPU co-processing, respectively
Link: https://arxiv.org/abs/1307.1955
====================================================
Real-space density functional theory on graphical processing units: computational approach and comparison to Gaussian basis set methods (Xavier Andrade - 30 August, 2013)
We present results for current-generation GPUs from AMD and Nvidia, which show that our scheme, implemented in the free code Octopus, can reach a sustained performance of up to 90 GFlops for a single GPU, representing a significant speed-up when compared to the CPU version of the code
Link: https://arxiv.org/abs/1306.2953
====================================================
Constraining the primordial orbits of the Terrestrial Planets (R. Brasser - 4 June, 2013)
We conclude that the primordial AMD should have been lower than ~70\% of the current value, but higher than 10\%
Link: https://arxiv.org/abs/1306.0975
====================================================
Space Efficient Cryptographic Protocol Using Recursive Bitwise & Pairs Of Bits Of Operation (RBPBO) (P. K. Jha - 13 December, 2012)
The technique considers a message as binary string on which a Efficient Cryptographic Protocol using Recursive Bitwise amd pairs of Bits of operation (RBPBO) is performed. A block of n bits is taken as an input stream, where n varies from 4 to 256, from a continuous stream of bits and the technique operates on it to generate the intermediate encrypted stream
Link: https://arxiv.org/abs/1212.3368
====================================================
SMAT: An Input Adaptive Sparse Matrix-Vector Multiplication Auto-Tuner (Jiajia Li - 9 October, 2012)
The experiments show that SMAT achieves the maximum performance of 75 GFLOP/s in single-precision and 33 GFLOP/s in double-precision on Intel, and 41 GFLOP/s in single-precision and 34 GFLOP/s in double-precision on AMD. Compared with the sparse functions in MKL library, SMAT runs faster by more than 3 times.
Link: https://arxiv.org/abs/1210.2536
====================================================
Lattice QCD based on OpenCL (Matthias Bach - 26 September, 2012)
On the AMD Radeon HD 5870 our double precision dslash implementation performs at 60 GFLOPS over a wide range of lattice sizes
Link: https://arxiv.org/abs/1209.5942
====================================================
Fourier-Mukai transforms, mirror symmetry, and generalized K3 surfaces (Justin Sawon - 14 September, 2012)
For each real parameter t between one and infinity we exhibit two families of generalized K3 surfaces, (M,cal{I}_{zeta}) and (M,cal{J}_{zeta}), parametrized by zeta in CP^1, which are Mukai dual for zeta=0 and infinity, amd mirror partners for zeta not equal to 0 and infinity
Link: https://arxiv.org/abs/1209.3202
====================================================
Hybrid Functional Study Rationalizes the Simple Cubic Phase of Calcium at High Pressures (Hanyu Liu - 11 September, 2012)
However, recent density functional calculations within semi-local approximation showed that this SC phase is structurally unstable by exhibiting severely imaginary phonons, and is energetically unstable with respect to a theoretical body-centered tetragonal I41/amd structure over the pressure range of phase III. Our calculations were able to rationalize fundamentally the phase stability of SC structure over all other known phases by evidence of its actual energetic stability above 33 GPa and its intrinsically dynamical stability without showing any imaginary phonons in the entire pressure range studied. We further established that the long-thought theoretical I41/amd structure remains stable in a narrow pressure range before entering SC phase and is actually the structure of experimental Ca-III' synthesized recently at low temperature 14 K as supported by the excellent agreement between our simulated X-ray diffraction patterns and the experimental data
Link: https://arxiv.org/abs/1209.2335
====================================================
Dynamics aspect of subbarrier fusion reaction in light heavy ion systems (M. Huang - 19 September, 2012)
In AMD, 7Li shows an α+ t structure at its ground state and it is significantly deformed. Simulations are made near the Coulomb barrier energies, i.e., E_{cm} = 3 - 8 MeV. The total fusion cross section of the AMD + GEMINI calculations as a function of incident energy is compared to the experimental results and both are in good agreement at E_{cm} > 3 MeV. The cross section for the different residue channels of the AMD + GEMINI at E_{cm} = 5 MeV is also compared to the experimental results.
Link: https://arxiv.org/abs/1209.0278
====================================================
Spin-induced symmetry breaking in orbitally ordered NiCr_2O_4 and CuCr_2O_4 (Matthew R. Suchomel - 25 June, 2012)
At room temperature, the normal oxide spinels NiCr_2O_4 and CuCr_2O_4 are tetragonally distorted and crystallize in the I4_1/amd space group due to cooperative Jahn-Teller ordering driven by the orbital degeneracy of tetrahedral Ni$^{2+}$ ($t_2^4$) and Cu$^{2+}$ ($t_2^5$). NiCr_2O_4 exhibits additional distortion, likely within the same space group, at a yet-lower transition temperature of $T$ = 30 K
Link: https://arxiv.org/abs/1206.5760
====================================================
An Optimized Sparse Approximate Matrix Multiply for Matrices with Decay (Nicolas Bock - 4 September, 2012)
Relative to naive implementations of \SpAMM{} using Intel's Math Kernel Library ({\tt MKL}) or AMD's Core Math Library ({\tt ACML}), our optimized version is found to be significantly faster. Finally, we discuss the potential of improved hardware prefetch to yield 2--3x speedups.
Link: https://arxiv.org/abs/1203.1692
====================================================
An OpenCL implementation for the solution of TDSE on GPU and CPU architectures (Cathal à Broin - 31 January, 2012)
We have applied the code in the case of the Time-Dependent Schrödinger Equation of atomic hydrogen in a strong laser field and studied its performance on NVIDIA and AMD GPUs against the serial performance on a CPU. We found excellent scalability and a significant speed-up of the GPU over the CPU device which tended towards a value of about 40 with significant speedups expected against multi-core CPUs.
Link: https://arxiv.org/abs/1201.6062
====================================================
Deformation of Ne isotopes in the island-of-inversion region (Takenori Sumi - 12 January, 2012)
The deformation of Ne isotopes in the island-of-inversion region is determined by the double-folding model with the Melbourne $g$-matrix and the density calculated by the antisymmetrized molecular dynamics (AMD). The double-folding model reproduces, with no adjustable parameter, the measured reaction cross sections for the scattering of $^{28-32}$Ne from $^{12}$C at 240MeV/nucleon. The quadrupole deformation thus determined is around 0.4 in the island-of-inversion region and $^{31}$Ne is a halo nuclei with large deformation
Link: https://arxiv.org/abs/1201.2497
====================================================
Finite Volume Model to Study the Effect of ER flux on Cytosolic Calcium Distribution in Astrocytes (Brajesh Kumar Jha - 5 January, 2012)
A program has been developed using in MATLAB 7.5 for the entire problem and simulated on an AMD-Turion 32-bite machine to compute the numerical results
Link: https://arxiv.org/abs/1201.1107
====================================================
X-Ray Absorption Analysis of NGC3516: Appearance of Fast Components with Increased Source Flux (Tomer Holczer - 29 November, 2011)
Component 3 and 4 are more highly ionized and show absorption from only 9 different charge states of Fe, however we were able to reconstruct the absorption measure distribution (AMD) for all four. The total column density of each component is NH = (1.8+- 0.5) X10^22 cm-2, NH = (2.5+- 0.3) X10^22 cm-2, NH = (6.9+- 4.3) X10^22 cm-2 and NH = (5.4+- 1.2) X10^22 cm-2, respectively. The fast components 3 and 4 appear only in the high state of 2006 and not in 2001, while the slower components persist during both epochs. On the other hand, there is no significant absorption variability within days during 2001 or during 2006
Link: https://arxiv.org/abs/1111.6855
====================================================
Selected topics on parton distribution functions (M. Hirai - 1 November, 2011)
We propose that high densities created by formation of clustering structure like 2*alpha+neutron in Be-9 is the origin of the unexpected JLab result by using the antisymmetrized molecular dynamics (AMD). An experimental proposal exists at JLab for measuring b_1 of the deuteron as a new tensor-structure study in 2010's
Link: https://arxiv.org/abs/1111.0353
====================================================
Determination of the structure of $^{31}$Ne by full-microscopic framework (Kosho Minomo - 17 October, 2011)
We perform the first quantitative analysis of the reaction cross sections of $^{28-32}$Ne by $^{12}$C at 240 MeV/nucleon, using the double-folding model (DFM) with the Melbourne $g$-matrix and the deformed projectile density calculated by the antisymmetrized molecular dynamics (AMD). To describe the tail of the last neutron of $^{31}$Ne, we adopt the resonating group method (RGM) combined with AMD. The ground state properties of $^{31}$Ne, i.e., strong deformation and a halo structure with spin-parity $3/2_{}^-$, are clarified.
Link: https://arxiv.org/abs/1110.3867
====================================================
Hybrid static/dynamic scheduling for already optimized dense matrix factorization (Simplice Donfack - 12 October, 2011)
On a 48 core AMD Opteron NUMA machine, our experiments show that we can achieve up to 64% improvement over a version of CALU that uses fully dynamic scheduling, and up to 30% improvement over the version of CALU that uses fully static scheduling. On a 16-core Intel Xeon machine, our hybrid static/dynamic scheduling approach is up to 8% faster than the version of CALU that uses a fully static scheduling or fully dynamic scheduling. On the 48 core AMD NUMA machine, our best implementation is up to 110% faster than MKL, while on the 16 core Intel Xeon machine, it is up to 82% faster than MKL
Link: https://arxiv.org/abs/1110.2677
====================================================
Search for GeV gamma ray burst signal in the field of view of muon telescopes (C. R. A. Augusto - 28 September, 2011)
Using 1 sec amd 10 sec time binning, we found the muon excess with significance $>5Ï$ associated with the gamma ray burst GRB091112 observed by Swift BAT, Fermi GBM and Suzaku-WAM satellites. The detected muon time profile shows a rough peak at $\sim T+223$ sec ($5.2Ï$), and with a duration of 7 sec. The FLUKA Monte Carlo simulation of the photon-to-muon conversion in the atmosphere shows that the observed muon excess can be explained by progenitor photons with energies above 10 GeV
Link: https://arxiv.org/abs/1109.5156
====================================================
Stable Nanotubular Crystal of Silicon: A Predicted Allotrope With Direct Band Gap (Chi-Pui Tang - 14 June, 2011)
The crystal belongs to I41/AMD space group, showing anisotropic optical properties and Young modulus. The bulk modulus is 64.4GPa and the density is 1.9g/cm$^{3}$, lower than that of the diamond silicon due to the presence of nanotubular holes
Link: https://arxiv.org/abs/1106.2802
====================================================
Parallel Breadth-First Search on Distributed Memory Systems (Aydin Buluc - 13 October, 2011)
For instance, for a 40,000-core parallel execution on Hopper, an AMD Magny-Cours based system, we achieve a BFS performance rate of 17.8 billion edge visits per second on an undirected graph of 4.3 billion vertices and 68.7 billion edges with skewed degree distribution.
Link: https://arxiv.org/abs/1104.4518
====================================================
A new approach to investigate dineutron correlation and its application to $^{10}$Be (Fumiharu Kobayashi - 22 April, 2011)
Applying the AMD+DC method to $^{10}$Be, we show effects of the DC wave functions in the ground and excited $0^+$ states of $^{10}$Be and discuss the dineutron correlation in them.
Link: https://arxiv.org/abs/1104.4397
====================================================
Brief Note on AMD Conserved Quantities in Quadratic Curvature Theories (Yi Pang - 12 April, 2011)
Motivated by the recent work on critical gravity theories in dimensions D>3, we reexamine the results in [arXiv:hep-th/0501044], where the conformal mass definition of Ashtekar, Magnon and Das (AMD) for asymptotically AdS space-times was generalized to incorporate curvature squared terms
Link: https://arxiv.org/abs/1101.4267
====================================================
Model for projectile fragmentation: case study for Ni on Ta, Be and Xe on Al (S. Mallik - 30 December, 2010)
The model positions itself between the phenomenological EPAX parametrization and microscopic transport models like "Heavy Ion Phase Space Exploration Model" (HIPSE) and antisymmetrised molecular dynamics(AMD). We apply the model to some recent data of projectile fragmentation of Ni on Ta and Be at beam energy 140 MeV/nucleon and some older data of Xe on Al at beam energy 790 MeV/nucleon
Link: https://arxiv.org/abs/1101.0071
====================================================
Hindrance of the excitation of the Hoyle state and the ghost of the $2^+_2$ state in $^{12}$C (Dao T. Khoa - 28 November, 2010)
To investigate this effect, we have performed a microscopic folding model analysis of the \ac scattering data at 240 and 386 MeV in both the Distorted Wave Born Approximation (DWBA) and coupled-channel (CC) formalism, using the nuclear transition densities given by the antisymmetrized molecular dynamics (AMD) approach and a complex CDM3Y6 density dependent interaction. Although AMD predicts a very weak transition strength for the direct $(0^+_1\to 2^+_2)$ excitation, our detailed analysis has shown evidence that a weak \emph{ghost} of the $2^+_2$ state could be identified in the 240 MeV \aap data for the $0^+_3$ state at 10.3 MeV, when the CC effects by the indirect excitation of the $2^+_2$ state are taken into account. Based on the same AMD structure input and preliminary \aap data at 386 MeV, we have estimated relative contributions from the $2^+_2$ and $0^+_3$ states to the excitation of $^{12}$C at $E_{\rm x}\approx 10$ MeV as well as possible contamination by $3^-_1$ state.
Link: https://arxiv.org/abs/1011.6128
====================================================
Validation and Verification of MCNP6 Against Intermediate and High-Energy Experimental Data and Results by Other Codes (Stepan G. Mashnik - 26 May, 2011)
We found that MCNP6 describes reasonably well various reactions induced by particles and nuclei at incident energies from 18 MeV to about 1 TeV per nucleon measured on thin and thick targets and agrees very well with similar results obtained with MCNPX and calculations by CEM03.02, LAQGSM03.01 (03.03), INCL4 + ABLA, and Bertini INC + Dresner evaporation, EPAX, ABRABLA, HIPSE, and AMD, used as stand alone codes
Link: https://arxiv.org/abs/1011.4978
====================================================
Exotic behavior and crystal structures of calcium under pressure (A. R. Oganov - 28 September, 2010)
The β-tin (I41/amd) structure, rather than simple cubic, is predicted to be the theoretical ground state at 0 K and 33-71 GPa. This structure can be represented as a large distortion of the simple cubic structure, just as the higher-pressure phases stable between 71 and 134 GPa. The structure of Ca-V, stable above 134 GPa, is a complex host-guest structure. According to our calculations, the predicted phases are superconductors with Tc increasing under pressure and reaching ~20 K at 120 GPa, in good agreement with experiment.
Link: https://arxiv.org/abs/1009.5476
====================================================
Fast calculation of computer-generated-hologram on AMD HD5000 series GPU and OpenCL (Tomoyoshi Shimobaba - 4 February, 2010)
In this paper, we report fast calculation of a computer-generated-hologram using a new architecture of the HD5000 series GPU (RV870) made by AMD and its new software development environment, OpenCL. Using a RV870 GPU and OpenCL, we can calculate 1,920 * 1,024 resolution of a CGH from a 3D object consisting of 1,024 points in 30 milli-seconds
Link: https://arxiv.org/abs/1002.0916
====================================================
Isobaric Yield Ratios and The Symmetry Energy In Fermi Energy Heavy Ion Reactions (M. Huang - 22 January, 2010)
In contrast, the ratios determined from fitting the primary fragment distributions from the AMD model calculation are ~ 4 and show little variation with A
Link: https://arxiv.org/abs/1001.3621
====================================================
RapidMind: Portability across Architectures and its Limitations (Iris Christadler - 19 February, 2010)
The RapidMind Multi-Core Development Platform is a programming environment that allows generating code which is able to seamlessly run on hardware accelerators like GPUs or the Cell processor and multicore CPUs both from AMD and Intel. Performance of these kernels has been measured on various RapidMind backends (cuda, cell and x86) and compared to other hardware-specific implementations (using CUDA, Cell SDK and Intel MKL)
Link: https://arxiv.org/abs/1001.1902
====================================================
X-Ray Absorption Analysis of MCG-6-30-15: Discerning Three Kinematic Systems (Tomer Holczer - 13 October, 2009)
The slow outflow at -100 +/- 50 km s^-1 has a large range of ionization manifested by absorption from 24 different charge states of Fe, which enables a detailed reconstruction of the absorption measure distribution (AMD). This AMD spans five orders of magnitude in ionization parameter: -1.5 < log xi < 3.5 (cgs units), with a total column density of N_H = (5.3 +/- 0.7) x 10^21 cm^-2. The fast outflow at -1900 +/- 150 km s^-1 has a well defined ionization parameter with log xi = 3.82 +/- 0.03 (cgs units) and column density N_H = 8.1 +/- 0.7 x 10^22 cm^-2. Assuming this component is a thin, uniform, spherical shell, it can be estimated to lie within 11 light days of the \agn center. The third component, most clearly detected in the lower oxygen charge states O^+1 - O^+6, has been confused in the past with the fast outflow, but is identified here with local gas z = 0 and a total column density N_H of a few 10^20 cm^-2
Link: https://arxiv.org/abs/0910.2402
====================================================
Quadrupole Deformation $β$ and $γ$ Constraint in a Framework of Antisymmetrized Molecular Dynamics (Tadahiro Suhara - 5 March, 2010)
We propose a new method of the $β$-$γ$ constraint for quadrupole deformation in antisymmetrized molecular dynamics (AMD) to describe various cluster and shell-model structures in the ground and excited states of light nuclei. We apply this method to N=6 isotones, $^{10}$Be, $^{12}$C, $^{9}$Li, and $^{11}$B, and find various structures as functions of the deformation parameters, $β$ and $γ$. For $^{10}$Be and $^{12}$C, we superpose the basis AMD wave functions obtained by the $β$-$γ$ constraint method to calculate energy spectra, and prove the advantages of the present method of the two-dimensional $β$-$γ$ constraint in the framework of AMD.
Link: https://arxiv.org/abs/0909.2218
====================================================
Density Profiles in Seyfert Outflows (Ehud Behar - 4 August, 2009)
More quantitatively, a power-law fit for log AMD ~ (log xi)^a yields slopes of 0 < a < 0.4. If the wind is distributed on large scales, the measured slopes imply a generic density radial profile of n ~ r^{-alpha} with 1 < alpha < 1.3. This scaling rules out a mass conserving radial flow of n ~ r^{-2}, or a constant density absorber, but is consistent with a non-spherical MHD outflow model in which n ~ r^{-1} along any given line of sight. as in the turbulent interstellar medium (ISM), the AMD slopes imply density scaling of n ~ delta r^{-alpha} with 0.7 < alpha < 1.0, which is quite different from the scaling of approximately n ~ delta r^{0.4} found in the Milky Way ISM and typical of incompressible turbulence.
Link: https://arxiv.org/abs/0908.0539
====================================================
Cluster structures and superdeformation in $^{28}$Si (Yasutaka Taniguchi - 13 October, 2009)
We have studied positive-parity states of $^{28}$Si using antisymmetrized molecular dynamics (AMD) and multi-configuration mixing (MCM) with constrained variation.
Link: https://arxiv.org/abs/0907.0517
====================================================
On the Metal-Richness of M Dwarfs with Planets (John A. Johnson - 21 April, 2009)
We test this prediction using a volume-limited sample of low-mass stars, together with a subset of M dwarfs with high-metallicity, F, G amd K wide binary companions. photometric calibration systematically underestimates the metallicities of our high-metallicity M dwarfs by an average of 0.32 dex
Link: https://arxiv.org/abs/0904.3092
====================================================
Spin-driven Phase Transitions in ZnCr$_2$Se$_4$ and ZnCr$_2$S$_4$ Probed by High Resolution Synchrotron X-ray and Neutron Powder Diffraction (F. Yokaichiya - 19 November, 2008)
The crystal structure transforms from the cubic spinel-type (space group $Fd$\={3}$m$) at high temperatures in the paramagnetic state, via a tetragonally distorted intermediate phase (space group $I4_1$ / $amd$) for $T_{N2} < T < T_{N1}$ into a low temperature orthorhombic phase (space group $I m m a$) for $T < T_{N2}$. When applying a magnetic field of 5 T the system shows an induced negative thermal expansion in the intermediate magnetic phase as observed in ZnCr$_2$Se$_4$.
Link: https://arxiv.org/abs/0811.3084
====================================================
Efficient Multiplication of Dense Matrices over GF(2) (Martin Albrecht - 11 November, 2008)
Good performance is demonstrated on on AMD's Opteron and particulary good performance on Intel's Core 2 Duo
Link: https://arxiv.org/abs/0811.1714
====================================================
Relevance of equilibrium in multifragmentation (Takuya Furuta - 14 January, 2009)
The relevance of equilibrium in a multifragmentation reaction of very central $^{40}Ca+^{40}Ca$ collisions at 35 MeV/nucleon is investigated by using simulations of Antisymmetrized Molecular Dynamics (AMD)
Link: https://arxiv.org/abs/0811.0428
====================================================
Glassy magnetic behavior induced by $Cu^{2+}$ substitution in frustrated antiferromagnet $ZnCr_2O_4$ (Li-qin Yan - 1 February, 2008)
A structural phase transition from space-group symmetry $Fd3m$ to $I4_1/amd$ is observed in ZCCO. The critical value of the doping, $x$, appears at $0.58\sim 0.62$ through the appearance of a splitting of diffraction peaks at room temperature. The system with $x\leqslant 0.50$ is suggested as a spin glass-like (SG-like) of magnetic characterization whereas doping values of $0.58\leqslant x\leqslant 0.90$ defines the system as a $"$cluster glass-like$"$ (CG-like) with unidirectional anisotropy
Link: https://arxiv.org/abs/0802.0134
====================================================
Dineutron structure in $^{8}$He (Yoshiko Kanada-En'yo - 14 July, 2007)
The ground and excited states of $^{8}$He were investigated with a method of antisymmetrized molecular dynamics(AMD). The dineutron structure, $^4$He+$2n$+$2n$, of this state is similar to the $3α$-cluster structure of the $^{12}$C($0^+_2$) state which has been interpreted as an $α$ condensate state
Link: https://arxiv.org/abs/0707.2120
====================================================
Clustering and Triaxial Deformations of $^{40}$Ca (Yasutaka Taniguchi - 5 July, 2007)
We have studied the positive-parity states of $^{40}$Ca using antisymmetrized molecular dynamics (AMD) and the generator coordinate method (GCM). Imposing two different kinds of constraints on the variational calculation, we have found various kinds of $^{40}{\rm Ca}$ structures such as a deformed-shell structure, as well as $α$-$^{36}$Ar and $^{12}$C-$^{28}$Si cluster structures. It was also found that the normal-deformed and superdeformed bands have a non-negligible $α$-$^{36}$Ar cluster component and $^{12}$C-$^{28}$Si cluster component, respectively. This leads to the presence of an $α$-$^{36}$Ar higher-nodal band occurring above the normal-deformed band.
Link: https://arxiv.org/abs/0707.0723
====================================================
Largely deformed states of $^{13}$B (Yoshiko Kanada-En'yo - 24 June, 2007)
The excited states of $^{13}$B were studied with a method of antisymmetrized molecular dynamics(AMD). The theoretical results suggest that the intruder states with large deformations construct the rotational bands, $K^Ï=3/2^-$ and $K^Ï=1/2^+$, starting from 5 MeV and 8 MeV, respectively. The neutron structure of the $K^Ï=3/2^-$ is analogous to the intruder ground state of $^{12}$Be. The band-head $1/2^+$ state is assigned to the $1/2^+$(4.83 MeV), which was experimentally suggested to be the proton intruder state because of the strong production via the proton-transfer to the $^{12}$Be($0^+$) state in the $^4$He($^{12}$Be,$^{13}$B$γ$)$X$ experiments.
Link: https://arxiv.org/abs/0706.3503
====================================================
Cluster structures in Oxygen isotopes (N. Furutachi - 1 June, 2007)
Cluster structure of 16O,18O and 20O is investigated by the antisymmettrized molecular dynamics (AMD) plus generator coordinate method (GCM). We have found the K^Ï=0$_2^+$ and 0$_1^-$ rotational bands of 18O that have the prominent 14C+αcluster structure. The K^Ï=0$_3^+$ and 0$_2^-$ bands that have the prominent 16C+αcluster structure are also found.
Link: https://arxiv.org/abs/0706.0145
====================================================
Block Locally Optimal Preconditioned Eigenvalue Xolvers (BLOPEX) in hypre and PETSc (A. V. Knyazev - 17 May, 2007)
We demonstrate numerically the scalability of BLOPEX by testing it on a number of distributed and shared memory parallel systems, including a Beowulf system, SUN Fire 880, an AMD dual-core Opteron workstation, and IBM BlueGene/L supercomputer, using PETSc domain decomposition and {\it hypre} multigrid preconditioning
Link: https://arxiv.org/abs/0705.2626
====================================================
Absorption Measure Distribution of the Outflow in IRAS 13349+2438: Direct Observation of Thermal Instability? (Tomer Holczer - 14 March, 2007)
We find a double peaked AMD for IRAS 13349+2438 with a total (ionized) column density of N_H = (1.2 +- 0.3)* 10^{22} cm^-2} assuming solar iron abundance. For comparison, we perform a similar analysis on the well studied HETGS spectrum of NGC 3783. Both sources feature a deep minimum in column density consistent with no absorption from gas at temperatures of 4.5 < log T < 5 (K)
Link: https://arxiv.org/abs/astro-ph/0703351
====================================================
The intruder feature of 31Mg and the coexistence of many particle and many hole states (Masaaki Kimura - 4 February, 2007)
The low-lying level structure of $^{31}{\rm Mg}$ has been investigated by the antisymmetrized molecular dynamics (AMD) plus generator coordinate method (GCM) with the Gogny D1S force
Link: https://arxiv.org/abs/nucl-th/0702012
====================================================
Study of light kaonic nuclei with a Chiral SU(3) - based KbarN interaction (Akinobu Dote - 18 January, 2007)
We have investigated the prototype kaonic nucleus, $ppK^-$, using the method of Antisymmetrized Molecular Dynamics (AMD). We find that no self-consistent solutions exist when the range parameter of the $\bar{K}N$ interaction is less than 0.67 fm. Due to the strong repulsion of the $NN$ interaction at short distance, the two nucleons in $ppK^-$ keep a distance of about 1.2 fm and the total binding energy of $ppK^-$ does not exceed about 50 MeV in the scope of our current analysis.
Link: https://arxiv.org/abs/nucl-th/0701050
====================================================
Negative parity states of $^{11}$B and $^{11}$C and the similarity with $^{12}C (Yoshiko Kanada-En'yo - 29 December, 2006)
The negative parity states of $^{11}$B and $^{11}$C were studied based on the calculations of antisymmetrized molecular dynamics(AMD). The weak $M1$ and GT transitions for the $3/2^-_3$ in $^{11}$B and $^{11}$C are described by a well-developed cluster structure of $2α$+$t$ and $2α$+$^3$He, respectively, while the strong transitions for the $5/2^-_2$ is characterized by an intrinsic spin excitation with no cluster structure. It was found that the $3/2^-_3$ state is a dilute cluster state, and its features are similar to those of the $^{12}$C$(0^+_2)$ which is considered to be a gas state of three $α$ clusters.
Link: https://arxiv.org/abs/nucl-th/0612109
====================================================
Structure of ground and excited states of $^{12}$C (Y. Kanada-En'yo - 20 May, 2006)
We studied the ground and excited states of $^{12}$C based on variational calculations after spin-parity projection in a framework of antisymmetrized molecular dynamics(AMD)
Link: https://arxiv.org/abs/nucl-th/0605047
====================================================
Comment on "Symmetry energy and the isospin dependent equation of state" (A. Ono - 27 April, 2006)
Sequential decay calculations of the excited fragments suggest that the isoscaling parameter apri from the AMD calculations could be reduced by as much as 50%
Link: https://arxiv.org/abs/nucl-ex/0507018
====================================================
$^{16}$C inelastic scattering studied with microscopic coupled-channels method (M. Takashina - 11 March, 2005)
In order to test the $^{16}$C internal wave function, we perform microscopic coupled-channels (MCC) calculations of the $^{16}$C($0_1^+ \to 2_1^+$) inelastic scattering by $^{208}$Pb target at $E/A$=52.7 MeV using the antisymmetrized molecular dynamics (AMD) wave functions of $^{16}$C, and compare the calculated differential cross sections with the measured ones
Link: https://arxiv.org/abs/nucl-th/0501015
====================================================
A machine-independent port of the SR language run-time system to the NetBSD operating system (Ignatios Souvatzis - 10 November, 2004)
The integrated POSIX threads support of NetBSD-2.0 should allow us to use library primitives provided for NetBSD's phtread system to implement the primitives needed by the SR run-time system, thus implementing 13 target CPUs at once and automatically making use of SMP on VAX, Alpha, PowerPC, Sparc, 32-bit Intel and 64 bit AMD CPUs.
Link: https://arxiv.org/abs/cs/0411028
====================================================
Narrow Pentaquark States in a Quark Model with Antisymmetrized Molecular Dynamics (Y. Kanada-En'yo - 15 October, 2004)
The exotic baryon $Î^+(uudd\bar{s})$ is studied with microscopic calculations in a quark model by using a method of antisymmetrized molecular dynamics(AMD). We discuss $NK$ decay widths and estimate them to be $Î< 7$ for the $J^Ï=\{1/2^+,3/2^+\}$, and $Î<1$ MeV for the $J^Ï=3/2^-$ state.
Link: https://arxiv.org/abs/hep-ph/0410221
====================================================
Tracing the Evolution of Temperature in Near Fermi Energy Heavy Ion Collisions (J. Wang - 19 January, 2005)
Temperatures comparable to those of limiting temperature systematics are reached 30 to 40 fm/c after the times corresponding to the maxima, at a time when AMD-V transport model calculations predict entry into the final evaporative or fragmentation stage of de-excitation of the hot composite systems
Link: https://arxiv.org/abs/nucl-ex/0408002
====================================================
Symmetry energy and the isospin dependent equation of state (D. V. Shetty - 14 June, 2004)
The isoscaling parameter $α$, from the fragments produced in the multifragmentation of $^{58}$Ni + $^{58}$Ni, $^{58}$Fe + $^{58}$Ni and $^{58}$Fe + $^{58}$Fe reactions at 30, 40 and 47 MeV/nucleon, was compared with that predicted by the antisymmetrized molecular dynamic (AMD) calculation based on two different nucleon-nucleon effective forces, namely the Gogny and Gogny-AS interaction. The observed value indicate that the fragments are formed at a reduced density of $\sim$ 0.08 fm$^{-3}$.
Link: https://arxiv.org/abs/nucl-ex/0406008
====================================================
The Angular Momentum Distribution of Gas and Dark Matter in Galactic Halos (Sanjib Sharma - 25 June, 2004)
We compare and contrast various techniques to determine the angular momentum distributions (AMDs). The mean and standard deviation of log(α) for gas is -0.04 and 0.11 respectively. About 90-95% of halos have α<1.3, while exponential disks in NFW halos would require 1.3<α<1.6. αfor gas is correlated with that of DM but they have a significant scatter <α_Gas/α_DM>=1.09 \pm 0.2
Link: https://arxiv.org/abs/astro-ph/0406533
====================================================
New Constraint of Clustering for AMD and Its Application to the Study of $2α$-$^{12}$C Structure of $^{20}$Ne (Yasutaka Taniguchi - 10 May, 2004)
This new constraint gives us large improvement in studying the cluster structure by AMD which sometimes meets difficulty in giving rise to some specific cluster configurations. The usefulness of this new constraint is verified by applying it to the the study of the third $K^Ï= 0^+$ band of $^{20}$Ne which has been discussed to have $2α$-$^{12}$C structure. We see that the AMD+GCM calculation by the use of the new constraint gives rise to the third $K^Ï= 0^+$ band which contains the $2α$-$^{12}$C structure as an important component.
Link: https://arxiv.org/abs/nucl-th/0405014
====================================================
Kaonic nuclei studied based on a new framework of Antisymmetric Molecular Dynamics (Akinobu Dote - 24 September, 2003)
We have developed a new framework of Antisymmetrized Molecular Dynamics (AMD), to adequately treat the I=0 KN interaction, which is essential to study kaonic nuclei. The improved points are 1) pK$^-$/nK$^0$ mixing and 2) total spin and isospin projections
Link: https://arxiv.org/abs/nucl-th/0309062
====================================================
Isospin fractionation and isoscaling in dynamical nuclear collisions (Akira Ono - 14 May, 2003)
Isoscaling is found to hold for fragment yields in the antisymmetrized molecular dynamics (AMD) simulations for collisions of calcium isotopes at 35 MeV/nucleon
Link: https://arxiv.org/abs/nucl-th/0305038
====================================================
Variation after Angular Momentum Projection for the Study of Excited States Based on Antisymmetrized Molecular Dynamics (Y. Kanada-En'yo - 15 April, 2002)
In order to study the structure of excited states we perform a variational calculation after spin parity projection (VAP) within the framework of Antisymmetrized Molecular Dynamics (AMD). By using finite range interactions with a density dependent term we reproduce well all the energy levels below 15 MeV in $^{12}$C. This is the first theoretical model that reproduces many $E2$ transition rates and $β$ decays to $^{12}$C successfully.
Link: https://arxiv.org/abs/nucl-th/0204039
====================================================
Performance of the Light Trigger System in the Liquid Xenon Gamma-Ray Telescope LXeGRIT (U. Oberlack - 18 December, 2000)
When averaged over the whole sensitive volume amd all PMTs, the trigger efficiency is 47% or 40% for two discriminator windows used during the LXeGRIT balloon flight of 1999. The corresponding average efficiency at 511 keV for the best of the four PMTs is in fact 63%, and approaches 100% for interactions taking place in a small volume right above the PMT.
Link: https://arxiv.org/abs/astro-ph/0012395
====================================================
Probabilistic Agent Programs (Juergen Dix - 21 October, 1999)
In one of these efforts, Eiter, Subrahmanian amd Pick (AIJ, 108(1-2), pages 179-255) have shown how agents may be built on top of legacy code. Thus, their framework allows an agent developer to specify how his agents will react when the agent is 100% sure about what is true/false in the world state
Link: https://arxiv.org/abs/cs/9910016
====================================================
Antisymmetrized molecular dynamics with quantum branching processes for collisions of heavy nuclei (Akira Ono - 10 September, 1998)
Antisymmetrized molecular dynamics (AMD) with quantum branching processes is reformulated so that it can be applicable to the collisions of heavy nuclei such as Au + Au multifragmentation reactions. A calculation is performed for the Au + Au central collisions at 150 MeV/nucleon
Link: https://arxiv.org/abs/nucl-th/9809029
====================================================
Closed-shell interaction in silver and gold chlorides (Klaus Doll - 16 June, 1998)
Hartree-Fock and coupled-cluster calculations have been performed for cubic AgCl and for AuCl having a cubic or the observed structure with space group I4_1/amd. Electron-correlation effects on lattice constants are very large, of up to 0.8 Ã
for cubic AuCl
Link: https://arxiv.org/abs/cond-mat/9806187
====================================================
AMD + HF model and its application to Be isotopes (A. Dote - 28 May, 1997)
In addition, by active use of the single particle orbits extracted from AMD wave function, we construct the first excited 0^+ state of $^{10}$Be
Link: https://arxiv.org/abs/nucl-th/9705050
====================================================
Antisymmetrized molecular dynamics of wave packets with stochastic incorporation of Vlasov equation (Akira Ono - 9 January, 1996)
It is demonstrated that the newly introduced process of AMD-V has drastic effects in heavy ion collisions of 40Ca + 40Ca at 35 MeV/nucleon, especially on the fragmentation mechanism, and AMD-V reproduces the fragmentation data very well
Link: https://arxiv.org/abs/nucl-th/9601008
====================================================
Delta degrees of freedom in antisymmetrized molecular dynamics and (p,p') reactions in the delta region (Andreas Engel - 18 May, 1995)
As a test of the delta dynamics, the extended AMD is applied to (p,p$'$) recations at $E_{\rm lab}=800$ MeV for a $^{12}$C target. It is found that the ratio and the absolute values for delta peak and quasielastic peak (QEP) in the $^{12}$C(p,p$'$) reaction are reproduced for angles $Î_{\rm lab} \agt 40^\circ$, pointing to a correct treatment of the delta dynamics in the extended AMD. As important side results we present a way to apply a Gallilei invariant theory for (N,N$'$) reactions up to $E_{\rm lab} \approx 800$ MeV which ensures approximate Lorentz invariance and we discuss how to fix the width parameter $ν$ of the single particle momentum distribution for outgoing nucleons in the AMD calculation.
Link: https://arxiv.org/abs/nucl-th/9505027
====================================================
Proton inelastic scattering to continuum studied with antisymmetrized molecular dynamics (Eiji I. Tanaka - 28 April, 1995)
Intermediate energy (p,p$'$x) reaction is studied with antisymmetrized molecular dynamics (AMD) in the cases of $^{58}$Ni target with $E_p = 120$ MeV and $^{12}$C target with $E_p = $ 200 and 90 MeV. Detailed analyses of the calculations are made in the case of $^{58}$Ni target and following results are obtained: Two-step contributions are found to be dominant in some large angle region and to be indispensable for the reproduction of data. Furthermore the reproduction of data in the large angle region $θ\agt 120^\circ$ for $E_{p'}$ = 100 MeV is shown to be due to three-step contributions. Angular distributions for $E_{p'} \agt$ 40 MeV are found to be insensitive to the choice of different in-medium nucleon-nucleon cross sections $Ï_{NN}$ and the reason of this insensitivity is discussed in detail
Link: https://arxiv.org/abs/nucl-th/9504033
====================================================
Momentum distribution of fragments in heavy ion reactions: Dependence on the stochastic collision process (A. Ono - 21 January, 1993)
Momentum distribution of fragments produced in 12C+12C reaction at 28.7 MeV/nucleon is analyzed with antisymmetrized version of molecular dynamics (AMD)
Link: https://arxiv.org/abs/nucl-th/9301014
====================================================
Automated Instruction Stream Throughput Prediction for Intel and AMD Microarchitectures (Jan Laukemann - 10 October, 2018)
We show the process of building a machine model from available documentation and semi-automatic benchmarking, and carry it out for the latest Intel Skylake and AMD Zen micro-architectures
Link: https://arxiv.org/abs/1809.00912
====================================================
Mixed modeling for large-eddy simulation: the minimum-dissipation-bardina model (Larissa B. Streher - 29 June, 2018)
Finally, spatially filtered Navier-Stokes equations that depend on both the anisotropic minimum-dissipation (AMD) model proposed by Rozema et al. Hence, a mathematically consistent method of mixing the AMD model and the Bardina model is achieved.
Link: https://arxiv.org/abs/1806.11317
====================================================
High-Efficiency Ultra-Violet Dielectric Meta-Holograms with Antiferromagnetic Resonances (Kun Huang - 8 June, 2018)
We reveal that the induced antiferromagnetic modes maintain one component (e.g., Ex-component) of incident light through even-numbered antiparallel magnetic dipoles (AMDs) but reverse the other component (e.g., Ey-component) via odd-numbered AMDs, thus realizing high-efficiency polarization conversion
Link: https://arxiv.org/abs/1806.03131
====================================================
KIPT Positron Source Project. Conceptual Design (S. Perezhogin - 1 June, 2018)
Qualitative analytical dependencies of the positron beam parameters at the system exit upon the amplitude and the decrease factor of the magnetic field in the Adiabatic Matching Device (AMD) solenoid have been established. Numerical simulations allow to optimize the parameters of AMD for solenoid available in the laboratory
Link: https://arxiv.org/abs/1806.00247
====================================================
SEVered: Subverting AMD's Virtual Machine Encryption (Mathias Morbitzer - 24 May, 2018)
AMD SEV is a hardware feature designed for the secure encryption of virtual machines. We verify the effectiveness of SEVered on a recent AMD SEV-enabled server platform running different services, such as web or SSH servers, in encrypted virtual machines
Link: https://arxiv.org/abs/1805.09604
====================================================
Dwarfs on Accelerators: Enhancing OpenCL Benchmarking for Heterogeneous Computing Architectures (Beau Johnston - 10 May, 2018)
Preliminary results and analysis are reported for eight benchmark codes on a diverse set of architectures -- three Intel CPUs, five Nvidia GPUs, six AMD GPUs and a Xeon Phi.
Link: https://arxiv.org/abs/1805.03841
====================================================
Weighted external difference families and R-optimal AMD codes (Sophie Huczynska - 3 May, 2018)
In this paper, we provide a mathematical framework for characterizing AMD codes that are R-optimal. We introduce a new combinatorial object, the reciprocally-weighted external difference family (RWEDF), which corresponds precisely to an R-optimal weak AMD code
Link: https://arxiv.org/abs/1805.01330
====================================================
Experimental Demonstration of Non-Destructive Discrimination of Arbitrary Set of Orthogonal Quantum States Using 5-qubit IBM Quantum Computer on Cloud (Ayan Majumder - 16 March, 2018)
In this paper we take advantage of the online availability of those real quantum processors(ibmqx2 amd ibmqx4) and carry out the above protocol that has experimentally demonstrated earlier using NMR quantum processor
Link: https://arxiv.org/abs/1803.06311
====================================================
Absorption Measure Distribution in AGN (T. P. Adhikari - 27 December, 2017)
However, there exist inconsistencies in the normalization and the position of discontinuities presented in the AMD shape between the observation and model. In this work, we show that AMD normalization differs by one order of magnitude depending on the shape of ionizing spectral energy distribution (SED).
Link: https://arxiv.org/abs/1712.09704
====================================================
Short-range correlation in high-momentum antisymmetrized molecular dynamics (Takayuki Myo - 27 April, 2018)
This means that HM-AMD is a powerful approach to describe the short-range correlation in nuclei. In HM-AMD, momentum directions of nucleon pairs isotropically contribute to the short-range correlation, which is different from the tensor correlation.
Link: https://arxiv.org/abs/1712.07457
====================================================
Secure Encrypted Virtualization is Unsecure (Zhao-Hui Du - 13 December, 2017)
AMD plans to provide Secure Encrypted Virtualization (SEV) technology in its latest processor EPYC to protect virtual machines by encrypting its memory but without integrity protection
Link: https://arxiv.org/abs/1712.05090
====================================================
Hybridization of tensor-optimized and high-momentum antisymmetrized molecular dynamics for light nuclei with bare interaction (Mengjiao Lyu - 27 December, 2017)
In this framework, we describe the many-body correlations in terms of not only the correlation functions in TOAMD, but also the high-momentum pairs in the AMD wave function. With the bare nucleon-nucleon interaction AV8', we sufficiently reproduce the energy and radius of the 3H nucleus in HM-TOAMD
Link: https://arxiv.org/abs/1711.09542
====================================================
A Fast and Generic GPU-Based Parallel Reduction Implementation (Walid Jradi - 19 October, 2017)
Experiments conducted to evaluate the approach show that the strategy is able to perform efficiently in AMD and NVidia's hardware, as well as in OpenCL and CUDA.
Link: https://arxiv.org/abs/1710.07358
====================================================
Air Mounted Eyepiece: Design Methods for Aerial Optical Functions of Near-Eye and See-Through Display using Transmissive Mirror Device (Yoichi Ochiai - 10 October, 2017)
To achieve the AMD design, we employ an off-the-shelf head mounted display and Transmissive Mirror Device (TMD) which is usually used in aerial real imaging systems
Link: https://arxiv.org/abs/1710.03889
====================================================
Mirror Descent Search and its Acceleration (Megumi Miyashita - 12 May, 2018)
We propose two essential algorithms, called MDS and Accelerated Mirror Descent Search (AMDS), and two more approximate algorithms: Gaussian Mirror Descent Search (G-MDS) and Gaussian Accelerated Mirror Descent Search (G-AMDS). With two evaluation experiments, we show our proposed algorithms converge faster than some state-of-the-art methods.
Link: https://arxiv.org/abs/1709.02535
====================================================
High-momentum antisymmetrized molecular dynamics compared with tensor-optimized shell model for strong tensor correlation (Takayuki Myo - 3 January, 2018)
It is found that HM-AMD provides a large tensor matrix element comparable to the case of the tensor-optimized shell model (TOSM), in which the two-particle-two-hole (2p-2h) excitations are fully included to describe the tensor correlation. This indicates that in HM-AMD the high-momentum components described by the imaginary centroid vectors of the nucleon pair provide the equivalent effect of the 2p-2h excitations for the tensor correlation.
Link: https://arxiv.org/abs/1709.00660
====================================================
AMD-stability in presence of first order Mean Motion Resonances (Antoine C. Petit - 21 July, 2017)
We then improve the definition of AMD-stability to take into account the short term chaos generated by MMR overlap. We analyze the outcome of this improved definition of AMD-stability on selected multi-planet systems from the Extrasolar Planets Encyclopeadia.
Link: https://arxiv.org/abs/1705.06756
====================================================
CLTune: A Generic Auto-Tuner for OpenCL Kernels (Cedric Nugteren - 19 March, 2017)
For matrix-multiplication, we use CLTune to explore a parameter space of more than two-hundred thousand configurations, we show the need for device-specific tuning, and outperform the clBLAS library on NVIDIA, AMD and Intel GPUs.
Link: https://arxiv.org/abs/1703.06503
====================================================
Optimization of Lattice Boltzmann Simulations on Heterogeneous Computers (E. Calore - 14 March, 2017)
We test the performance of our codes and their scaling properties using as testbeds HPC clusters incorporating different accelerators: Intel Xeon-Phi many-core processors, NVIDIA GPUs and AMD GPUs.
Link: https://arxiv.org/abs/1703.04594
====================================================
Successive variational method of the tensor-optimized antisymmetrized molecular dynamics for central interaction in finite nuclei (Takayuki Myo - 19 April, 2017)
This indicates the high efficiency of TOAMD for treating the short-range repulsion in nuclei. In UCOM, we further perform the superposition of the s-wave configurations with various size parameters, which provides a satisfactory solution of energies close to the exact and TOAMD values.
Link: https://arxiv.org/abs/1703.03915
====================================================
Tensor-optimized antisymmetrized molecular dynamics as a successive variational method in nuclear many-body system (Takayuki Myo - 7 May, 2017)
In this paper we show the results of TOAMD with up to the double products of the correlation functions for the s-shell nuclei, 3H and 4He, using the nucleon-nucleon interaction AV8'. This result indicates the efficiency of TOAMD for the power series expansion in terms of the tensor and short-range correlation functions.
Link: https://arxiv.org/abs/1701.03547
====================================================
Antisymmetrized molecular dynamics studies for exotic clustering phenomena in neutron-rich nuclei (M. Kimura - 30 December, 2016)
The AMD studies in these decades have uncovered novel types of clustering phenomena brought about by the excess neutrons. AMD calculations predicted that the ground state clustering is enhanced or reduced depending on the number of excess neutrons
Link: https://arxiv.org/abs/1612.09432
====================================================
Fault Attacks on Encrypted General Purpose Compute Platforms (Robert Buhren - 12 December, 2016)
Intel's SGX and AMD's SME will provide means to encrypt parts of the RAM to protect security-relevant assets that reside there. To this end, we first build a software based memory encryption solution on a desktop system which mimics AMD's SME
Link: https://arxiv.org/abs/1612.03744
====================================================
Security Analysis of Encrypted Virtual Machines (Felicitas Hetzelt - 25 July, 2017)
To mitigate this threat AMD introduced Secure Encrypted Virtualization, short SEV. First, as with standard AMD-V, under SEV, the virtual machine control block is not encrypted and handled directly by the hypervisor, allowing him to bypass VM memory encryption by executing conveniently chosen gadgets
Link: https://arxiv.org/abs/1612.01119
====================================================
A Metaprogramming and Autotuning Framework for Deploying Deep Learning Applications (Matthew W. Moskewicz - 21 November, 2016)
Using our framework, we explore implementing DNN operations on three different hardware targets: NVIDIA, AMD, and Qualcomm GPUs. Finally, On AMD GPUs, we show initial results that indicate our framework can yield reasonable performance on a new platform with minimal effort.
Link: https://arxiv.org/abs/1611.06945
====================================================
RetiNet: Automatic AMD identification in OCT volumetric data (Stefanos Apostolopoulos - 12 October, 2016)
While visual inspection of OCT volumes remains the main method for AMD identification, doing so is time consuming as each cross-section within the volume must be inspected individually by the clinician. Our approach uses a novel Convolutional Neural Network (CNN) architecture, that only needs volume-level labels to be trained to automatically asses whether an OCT volume is healthy or contains AMD
Link: https://arxiv.org/abs/1610.03628
====================================================
Metallic phase of hydrogen at the pressure 500GPa (Nikolay Degtyarenko - 5 July, 2016)
It has been shown that metal hydrogen having a lattice symmetry I41 / AMD cell is a stable phase under a high pressure hydrostatic compression
Link: https://arxiv.org/abs/1607.00680
====================================================
Detecting Algebraic Manipulation in Leaky Storage Systems (Fuchun Lin - 7 July, 2016)
We also define the class of Ï^{LV}-AMD codes that provide protection when leakage is in the form of a number of codeword components, and give constructions featuring a strong Ï^{LV}-AMD codes that asymptotically achieve the rate 1-Ï. We describe applications of Ï-AMD codes to, (i) robust ramp secret sharing scheme and, (ii) wiretap II channel when the adversary can eavesdrop a Ïfraction of codeword components and tamper with all components of the codeword.
Link: https://arxiv.org/abs/1607.00089
====================================================
cltorch: a Hardware-Agnostic Backend for the Torch Deep Neural Network Library, Based on OpenCL (Hugh Perkins - 15 June, 2016)
cltorch enables training of deep neural networks on GPUs from diverse hardware vendors, including AMD, NVIDIA, and Intel
Link: https://arxiv.org/abs/1606.04884
====================================================
On the warm absorber in AGN outflow (T. P. Adhikari - 25 January, 2016)
Using the photoionization code {\sc Titan}, recently we have shown that the absorption measure distribution (AMD) found for this object can be successfully modelled as a single slab of gas in total pressure (radiation+gas) equilibrium, contrary to the usual models of constant density multiple slabs
Link: https://arxiv.org/abs/1601.06726
====================================================
Auto-Tuning Dedispersion for Many-Core Accelerators (Alessio Sclocco - 18 January, 2016)
In this paper, we study the parallelization of the dedispersion algorithm on many-core accelerators, including GPUs from AMD and NVIDIA, and the Intel Xeon Phi
Link: https://arxiv.org/abs/1601.05052
====================================================
Real-Time Dedispersion for Fast Radio Transient Surveys, using Auto Tuning on Many-Core Accelerators (Alessio Sclocco - 6 January, 2016)
We here present a study of the parallelization of this algorithm on many-core accelerators, including GPUs from AMD and NVIDIA, and the Intel Xeon Phi
Link: https://arxiv.org/abs/1601.01165
====================================================
Tensor-optimized antisymmetrized molecular dynamics in nuclear physics (Takayuki Myo - 23 November, 2015)
We take the antisymmetrized molecular dynamics (AMD) as a basic framework and add a tensor correlation operator acting on the AMD wave function using the concept of the tensor-optimized shell model (TOSM)
Link: https://arxiv.org/abs/1511.07224
====================================================
A Scaling Phenomenon in Shannon Information Uncertainty Difference of fragments in Heavy-ion Collisions (Chun-Wang Ma - 27 October, 2015)
The scaling phenomenon is explained in a manner of canonical ensemble theory, and is reproduced in the simulated reactions by the antisymmetric molecular dynamics (AMD) and AMD + GEMINI models
Link: https://arxiv.org/abs/1510.08095
====================================================
Sapporo2: A versatile direct $N$-body library (Jeroen Bédorf - 14 October, 2015)
The code runs on a range of NVIDIA and AMD GPUs in single and double precision accuracy
Link: https://arxiv.org/abs/1510.04068
====================================================
Two Challenges of Stealthy Hypervisors Detection: Time Cheating and Data Fluctuations (Igor Korkin - 12 June, 2015)
These offered methods were comprehensively assessed in both Intel and AMD CPUs.
Link: https://arxiv.org/abs/1506.04131
====================================================
Short Note on Costs of Floating Point Operations on current x86-64 Architectures: Denormals, Overflow, Underflow, and Division by Zero (Markus Wittmann - 12 June, 2015)
Simple floating point operations like addition or multiplication on normalized floating point values can be computed by current AMD and Intel processors in three to five cycles
Link: https://arxiv.org/abs/1506.03997
====================================================
Stability of resonant configurations during the migration of planets and constraints on disk-planet interactions (J. -B. Delisle - 12 June, 2015)
For instance, using classical prescriptions for type I migration, we show that when the angular momentum deficit (AMD) of the inner orbit is larger than the outer's orbit AMD, resonant systems must have a locally inverted disk density profile to stay locked in resonance during the migration
Link: https://arxiv.org/abs/1506.03750
====================================================
Combinatorial Characterizations of Algebraic Manipulation Detection Codes Involving Generalized Difference Families (Maura B. Paterson - 8 June, 2015)
This paper provides a mathematical analysis of optimal algebraic manipulation detection (AMD) codes. We prove several lower bounds on the success probability of an adversary and we then give some combinatorial characterizations of AMD codes that meet the bounds with equality
Link: https://arxiv.org/abs/1506.02711
====================================================
Optimized Password Recovery for Encrypted RAR on GPUs (Xiaojing An - 28 May, 2015)
Experiment result shows that the final version reaches 43~57 times speedup on an AMD FirePro W8000 GPU, compared to a well-optimized serial version on Intel Core i5 CPU.
Link: https://arxiv.org/abs/1505.07635
====================================================
SYM-ILDL: Incomplete $LDL^{T}$ Factorization of Symmetric Indefinite and Skew-Symmetric Matrices (Chen Greif - 1 November, 2016)
The code includes built-in RCM and AMD reordering, two equilibration strategies, threshold Bunch-Kaufman pivoting and rook pivoting, as well as a wrapper to MC64, a popular matching based equilibration and reordering algorithm
Link: https://arxiv.org/abs/1505.07589
====================================================
Series solutions to the cauchy problem for partial differential equations (Tao Zhang - 31 January, 2016)
Moreover, by using power amd exponential series and an iterative method, we can solve many LPDEs and nonlinear PDEs for the first time.
Link: https://arxiv.org/abs/1503.07582
====================================================
A GPU-based Correlator X-engine Implemented on the CHIME Pathfinder (Nolan Denman - 11 June, 2015)
Unlike existing GPU backends, this system is built around OpenCL kernels running on consumer-level AMD GPUs, taking advantage of low-cost hardware and leveraging packed integer operations to double algorithmic efficiency
Link: https://arxiv.org/abs/1503.06202
====================================================
Dynamic Partitioning of Physical Memory Among Virtual Machines, ASMI:Architectural Support for Memory Isolation (Jithin R - 10 March, 2015)
A few hardware modifications have been introduced by manufactures like Intel and AMD to provide a secure VM environment with low performance degradation
Link: https://arxiv.org/abs/1503.03169
====================================================
An OpenCL-based Monte Carlo dose calculation engine (oclMC) for coupled photon-electron transport (Zhen Tian - 5 March, 2015)
The cross-platform portability was also validated by successfully running our new dose engine on a set of different compute devices including an Nvidia GPU card, two AMD GPU cards and an Intel CPU card using one or four cores
Link: https://arxiv.org/abs/1503.01722
====================================================
Conformal mass in Einstein-Gauss-Bonnet AdS gravity (Dileep P. Jatkar - 24 May, 2015)
This result generalizes the conformal mass definition by Ashtekar-Magnon-Das (AMD) to a gravity theory with a Gauss-Bonnet term. If the asymptotic fall-off behaviour of the Weyl tensor is same as the one considered in the AMD method, then the Kounterterm charges and the AMD charges agree in any dimension.
Link: https://arxiv.org/abs/1501.06861
====================================================
Morphometric analyses of the visual pathways in macular degeneration (Aditya T. Hernowo - 21 January, 2015)
An unexpected finding was that AMD, but not JMD, was associated with a reduction in frontal white matter volume. A reduction in frontal white matter volume only present in the AMD patients may constitute a neural correlate of previously reported association between AMD and mild cognitive impairment.
Link: https://arxiv.org/abs/1501.05391
====================================================
Global Minimum Search via Annealing. Nanoscale Gold Clusters (Nadezhda A. Andreeva - 25 December, 2014)
We apply annealing molecular dynamics (AMD) as an alternative and supplement to the well-established eigenfollowing (EF) geometry optimization. We conclude that the combination of AMD and EF systematically works more efficiently than EF alone.
Link: https://arxiv.org/abs/1412.7820
====================================================
Inapproximability of Truthful Mechanisms via Generalizations of the VC Dimension (Amit Daniely - 4 April, 2015)
Algorithmic mechanism design (AMD) studies the delicate interplay between computational efficiency, truthfulness, and optimality. We focus on AMD's paradigmatic problem: combinatorial auctions
Link: https://arxiv.org/abs/1412.6265
====================================================
Grace: a Cross-platform Micromagnetic Simulator On Graphics Processing Units (Ru Zhu - 10 November, 2014)
It runs on GPU from venders include NVidia, AMD and Intel, which paved the way for fast micromagnetic simulation on both high-end workstations with dedicated graphics cards and low-end personal computers with integrated graphics card
Link: https://arxiv.org/abs/1411.2565
====================================================
Proton radii of Be, B, and C isotopes (Yoshiko Kanada-En'yo - 3 November, 2014)
We investigate the neutron number $(N)$ dependence of root mean square radii of point proton distribution (proton radii) of Be, B, and C isotopes with the theoretical method of variation after spin-parity projection in the framework of antisymmetrized molecular dynamics (AMD)
Link: https://arxiv.org/abs/1411.0765
====================================================
GPGPU Computing (Bogdan Oancea - 29 August, 2014)
GPU computing practically began with the introduction of CUDA (Compute Unified Device Architecture) by NVIDIA and Stream by AMD. We will also compare the two main approaches, CUDA and AMD APP (STREAM) and the new framwork, OpenCL that tries to unify the GPGPU computing models.
Link: https://arxiv.org/abs/1408.6923
====================================================
A Reduced Basis Method for Parabolic Partial Differential Equations with Parameter Functions and Application to Option Pricing (Antonia Mayerhofer - 12 August, 2014)
A corresponding discretization in space and time amd initial condition is introduced and shown to be stable
Link: https://arxiv.org/abs/1408.2709
====================================================
Clustering structure of nuclei in deep inelastic processes (M. Hirai - 4 August, 2014)
We investigated a mean conventional part of a nuclear structure function $F_2^A$ by a convolution description with nucleon momentum distributions calculated by antisymmetrized (or fermionic) molecular dynamics (AMD) and also by a simple shell model
Link: https://arxiv.org/abs/1408.0660
====================================================
Generalized weights and bounds for error probability over erasure channels (Leandro Cruvinel Lemes - 16 July, 2014)
Results concerning MDS and AMDS codes are deduced from those bounds.
Link: https://arxiv.org/abs/1407.4518
====================================================
Speedup of Micromagnetic Simulations with C++ AMP On Graphics Processing Units (Ru Zhu - 29 June, 2014)
This solver is based on C++ AMP and can run on GPUs from various hardware vendors, such as NVIDIA, AMD and Intel, regardless of whether it is dedicated or integrated graphics processor.
Link: https://arxiv.org/abs/1406.7459
====================================================
Polarized positron source with a Compton multiple interaction point line (I. Chaikovska - 12 May, 2014)
Later, a capture section based on an adiabatic matching device (AMD) followed by a pre-injector linac is simulated to capture and accelerate the positron beam.
Link: https://arxiv.org/abs/1405.2689
====================================================
Mathematical Modeling on Open Limestone Channel (Joel Bandstra - 5 May, 2014)
Acid mine drainage (AMD) is the outflow of acidic water from metal mines or coal mines. An open limestone channel (OLC) is a passive and low cost way to neutralize AMD
Link: https://arxiv.org/abs/1405.1338
====================================================
Conformal Mass in AdS gravity (Dileep P. Jatkar - 25 May, 2014)
We show that the Ashtekar-Magnon-Das (AMD) mass and other conserved quantities are equivalent to the Kounterterm charges in the asymptotically AdS spacetimes that satisfy the Einstein equations, if we assume the same asymptotic fall-off behavior of the Weyl tensor as considered by AMD
Link: https://arxiv.org/abs/1404.1411
====================================================
Esnault-Levine-Wittenberg indices (János Kollár - 10 January, 2014)
The aim is to define the Esnault-Levine-Wittenberg indices, establish their basic properties amd to pose several questions
Link: https://arxiv.org/abs/1312.3923
====================================================
The Glasgow Parallel Reduction Machine: Programming Shared-memory Many-core Systems using Parallel Task Composition (Ashkan Tousimojarad - 10 December, 2013)
We demonstrate the potential using an implementation of a merge sort algorithm on a 64-core Tilera processor, as well as on a conventional Intel quad-core processor and an AMD 48-core processor system
Link: https://arxiv.org/abs/1312.2703
====================================================
Applications of Many-Core Technologies to On-line Event Reconstruction in High Energy Physics Experiments (A. Gianelle - 4 December, 2013)
We measure performance of different architectures (Intel Xeon Phi and AMD GPUs, in addition to NVidia GPUs) and different software environments (OpenCL, in addition to NVidia CUDA)
Link: https://arxiv.org/abs/1312.0917
====================================================
QCDGPU: open-source package for Monte Carlo lattice simulations on OpenCL-compatible multi-GPU systems (Vadim Demchik - 26 October, 2013)
The code is implemented in OpenCL, tested on AMD and NVIDIA GPUs, AMD and Intel CPUs and may run on other OpenCL-compatible devices
Link: https://arxiv.org/abs/1310.7087
====================================================
Squares and Covering Matrices (Chris Lambie-Hanson - 17 May, 2013)
In the course of the proof amd subsequent work with Sharon, he isolated two reflection principles, CP and S, which, under certain circumstances, are satisfied by all covering matrices of a certain shape
Link: https://arxiv.org/abs/1305.3629
====================================================
Novel and simple description for a smooth transition from $α$-cluster wave functions to $jj$-coupling shell model wave functions (Tadahiro Suhara - 21 May, 2013)
The result is consistent with that of the Antisymmetrized Molecular Dynamics (AMD), and the optimal AQCM wave function quantitatively agrees with the AMD one, although the number of degrees of freedom in AQCM is significantly fewer.
Link: https://arxiv.org/abs/1302.5833
====================================================
Crystal structures of spin-Jahn-Teller ordered MgCr_2O_4 and ZnCr_2O_4 (Moureen C. Kemei - 5 March, 2013)
Analysis of high-resolution synchrotron X-ray scattering reveals that the low-temperature structures are well described by a two-phase model of tetragonal I4_1/amd and orthorhombic Fddd symmetries. The Cr_4 tetrahedra of the pyrochlore lattice are distorted at these low-temperatures, with the Fddd phase displaying larger distortions than the I4_1/amd phase
Link: https://arxiv.org/abs/1302.5746
====================================================
Performance of SSE and AVX Instruction Sets (Hwancheol Jeong - 5 November, 2012)
SSE (streaming SIMD extensions) and AVX (advanced vector extensions) are SIMD (single instruction multiple data streams) instruction sets supported by recent CPUs manufactured in Intel and AMD
Link: https://arxiv.org/abs/1211.0820
====================================================
Scalable Triadic Analysis of Large-Scale Graphs: Multi-Core vs. Multi- Processor vs. Multi-Threaded Shared Memory Architectures (George Chin Jr. - 27 September, 2012)
We then conducted performance evaluations of the parallel triad census algorithm on three specific systems: Cray XMT, HP Superdome, and AMD multi-core NUMA machine
Link: https://arxiv.org/abs/1209.6308
====================================================
Classification of binary systematic codes of small defect (Alberto Ravagnani - 3 September, 2013)
In this paper non-trivial non-linear binary systematic AMDS codes are classified in terms of their weight distributions, employing only elementary techniques
Link: https://arxiv.org/abs/1209.1716
====================================================
A model for projectile fragmentation (G. Chaudhuri - 28 March, 2013)
The model positions itself between the phenomenological EPAX parametrization and transport models like "Heavy Ion Phase Space Exploration" (HIPSE) model and antisymmetrised molecular dynamics (AMD) model
Link: https://arxiv.org/abs/1209.0281
====================================================
Block-Relaxation Methods for 3D Constant-Coefficient Stencils on GPUs and Multicore CPUs (Manuel Rodriguez Rodriguez - 11 February, 2013)
Experimental results for NVIDIA Fermi GPUs and AMD multicore systems are presented.
Link: https://arxiv.org/abs/1208.1975
====================================================
Three Dimensionial Surface Modelling: A Novel Analysis Technique for Non-Destructive X-Ray Diffraction Imaging of Semiconductor Die Warpage & Strain in Fully Encapsulated Integrated Circuits (J. Stopford - 6 April, 2012)
We report herein on the development of a novel, x-ray diffraction amd analysis technique, which can address this major metrology gap, and we demonstrate the non-destructive production of X-Y spatial maps of deformations and strain fields in Si die inside fully encapsulated integrated circuit packages
Link: https://arxiv.org/abs/1204.1466
====================================================
Antisymmetrized molecular dynamics and its applications to cluster phenomena (Yoshiko Kanada-En'yo - 8 February, 2012)
Applications of time-dependent AMD contain various topics such as fragmentation in heavy-ion collisions as well as nuclear responses. The AMD calculations successfully describe multifragmentation which is one of the remarkable phenomena in heavy-ion collisions
Link: https://arxiv.org/abs/1202.1864
====================================================
Comparison of different Propagation Steps for the Lattice Boltzmann Method (Markus Wittmann - 3 November, 2011)
A subset of the discussed implementations of the propagation step were benchmarked on different Intel and AMD-based compute nodes using the framework of an existing flow solver which is specially adapted to simulate flow in porous media
Link: https://arxiv.org/abs/1111.0922
====================================================
A Characterization of the SPARC T3-4 System (Michiel W. van Tol - 15 June, 2011)
This technical report covers a set of experiments on the 64-core SPARC T3-4 system, comparing it to two similar AMD and Intel systems
Link: https://arxiv.org/abs/1106.2992
====================================================
Clustering effects for explaining an anomalous JLab result on the Be-9 structure function (M. Hirai - 8 March, 2011)
Such clustering aspects are studied by using antisymmetrized molecular dynamics (AMD) and also by a simple shell model for comparison
Link: https://arxiv.org/abs/1103.1681
====================================================
Processor-Dependent Malware... and codes (Anthony Desnos - 7 November, 2010)
We give results for different families of processors: AMD, Intel (Dual Core, Atom), Sparc, Digital Alpha, Cell, Atom ..
Link: https://arxiv.org/abs/1011.1638
====================================================
An Exploration of OpenCL for a Numerical Relativity Application (Niket K. Choudhary - 3 October, 2011)
Currently there is considerable interest in making use of many-core processor architectures, such as Nvidia and AMD graphics processing units (GPUs) for scientific computing
Link: https://arxiv.org/abs/1010.3816
====================================================
Clustering aspects in nuclear structure functions (M. Hirai - 16 February, 2011)
We found that nuclear modifications of F_2 are similar in both AMD and shell models within our simple convolution description although there are slight differences in Be-9. If nuclear-modification slopes d(F_2^A/F_2^D)/dx are shown by the maximum local densities, the Be-9 anomaly can be explained by the AMD picture, namely by the clustering structure, whereas it certainly cannot be described in the simple shell model
Link: https://arxiv.org/abs/1008.1313
====================================================
Fragmentation paths in dynamical models (M. Colonna - 5 November, 2010)
We undertake a quantitative comparison of multi-fragmentation reactions, as modeled by two different approaches: the Antisymmetrized Molecular Dynamics (AMD) and the momentum-dependent stochastic mean-field (SMF) model
Link: https://arxiv.org/abs/1004.5206
====================================================
Strong Secrecy and Reliable Byzantine Detection in the Presence of an Untrusted Relay (Xiang He - 8 April, 2010)
The three main components of the scheme are the nested lattice code, the privacy amplification and the algebraic manipulation detection (AMD)code. Specifically, for the Gaussian two-hop network, we show that lattice coding can successfully pair with AMD codes enabling its first application to a noisy channel model
Link: https://arxiv.org/abs/1004.1423
====================================================
A Grey-Box Approach to Automated Mechanism Design (Jinzhong Niu - 8 February, 2010)
This paper presents an approach to automated mechanism design (AMD) in the domain of double auctions
Link: https://arxiv.org/abs/1002.0378
====================================================
Isocaling and the Symmetry Energy in the Multifragmentation Regime of Heavy Ion Collisions (Z. Chen - 1 February, 2010)
The extracted values have been compared to the results of calculations made with an Antisymmetrized Molecular Dynamics (AMD) model employing a statistical decay code to account for deexcitation of excited primary fragments. The experimental values are in good agreement with the values calculated but are significantly different from those characterizing the yields of the primary AMD fragments.
Link: https://arxiv.org/abs/1002.0319
====================================================
Building and Installing a Hadoop/MapReduce Cluster from Commodity Components (Jochen L. Leidner - 28 November, 2009)
This tutorial presents a recipe for the construction of a compute cluster for processing large volumes of data, using cheap, easily available personal computer hardware (Intel/AMD based PCs) and freely available open source software (Ubuntu Linux, Apache Hadoop).
Link: https://arxiv.org/abs/0911.5438
====================================================
MHD Accretion-Disk Winds as X-ray Absorbers in AGNs (Keigo Fukumura - 9 April, 2010)
For n(r)~1/r the AMD is found to be independent of ξ, in good agreement with its behavior inferred from the X-ray spectra of several AGNs. We indicate that a combination of the AMD and absorption line profile observations can uniquely determine these model parameters and their bearing on AGN population demographics.
Link: https://arxiv.org/abs/0910.3001
====================================================
Lattice Dynamics and High Pressure Phase Stability of Zircon Structured Natural Silicates (Preyoshi P. Bose - 22 March, 2009)
Due to an interesting interplay between the vibrational entropy and atomic packing, the zircon (body centered tetragonal, I41/amd), scheelite (body centered tetragonal, I41/a) and huttonite (monoclinic, P21/n) phases occur at different P and T
Link: https://arxiv.org/abs/0903.3758
====================================================
Noise invoked resonances near a homoclinic bifurcation in the glow discharge plasma (Md. Nurujjaman - 14 March, 2008)
In the present experiments, induction of SR and CR are quantified using the Absolute Mean Difference (AMD) and Normalized Variance (NV) techniques respectively. AMD is a new statistical tool to quantify regularity in the stochastic resonance and is independent of lag.
Link: https://arxiv.org/abs/0803.2140
====================================================
In praise of measurement (N. David Mermin - 27 December, 2006)
I argue that within the field of quantum computer science the concept of measurement is precisely defined, unproblematic, amd forms the foundation of the entire subject.
Link: https://arxiv.org/abs/quant-ph/0612216
====================================================
On numerical stability of recursive present value computation method (Argyn Kuketayev - 27 February, 2007)
We analyze numerical stability of a recursive computation scheme of present value (PV) amd show that the absolute error increases exponentially for positive discount rates
Link: https://arxiv.org/abs/cs/0611049
====================================================
Comparison of dynamical multifragmentation models (J. Rizzo - 19 September, 2006)
to mean-field instabilities, in AMD many-body correlations have a stronger impact on the fragmentation dynamics and clusters start to appear at earlier times. As a consequence, fragments are formed on shorter time scales in AMD, on about equal footing of light particle pre-equilibrium emission
Link: https://arxiv.org/abs/nucl-th/0609053
====================================================
Multifragmentation and Symmetry Energy Studied with AMD (Akira Ono - 2 May, 2006)
The antisymmetrized molecular dynamics (AMD) simulations suggest that the isospin composition of fragments produced dynamically in multifragmentation reactions is basically governed by the symmetry energy of low-density uniform nuclear matter rather than the symmetry energy for the ground-state finite nuclei
Link: https://arxiv.org/abs/nucl-th/0605003
====================================================
$2α+t$ cluster structure in $^{11}$B (T. Kawabata - 28 September, 2006)
The excitation strengths are compared with the predictions by the shell-model and antisymmetrized molecular-dynamics (AMD) calculations. It is found that the large monopole strength for the $3/2^-_3$ state at $E_x=8.56$ MeV is well described by the AMD calculation and is an evidence for a developed $2α+t$ cluster structure.
Link: https://arxiv.org/abs/nucl-ex/0512040
====================================================
Mass of Rotating Black Holes in Gauged Supergravities (W. Chen - 22 February, 2006)
In this paper, we evaluate the masses for the newly-discovered rotating black holes using the conformal definition of Ashtekar, Magnon and Das (AMD), and show that the results agree with the earlier thermodynamic calculations. The AMD approach, involving no decomposition into background plus deviation, is not subject to such complications
Link: https://arxiv.org/abs/hep-th/0510081
====================================================
ADM submanifolds, SL normal bundles examples (Doan The Hieu - 23 August, 2005)
It is showed that many examples of AMD submanifolds of higher dimensions come from SL normal bundles
Link: https://arxiv.org/abs/math/0508252
====================================================
Explicit treatment of tensor force with a method of Antisymmetrized Molecular Dynamics (Akinobu Dote - 29 July, 2005)
As a result of the present study, it is found that some extentions of the AMD method are effective to incorporate the tensor correlation into wave functions. Calculating the deuteron, triton and $^4$He with the extended version of AMD, we obtained solutions that have large contribution of the tensor force
Link: https://arxiv.org/abs/nucl-th/0507078
====================================================
High-Pressure Induced Structural Phase Transition in CaCrO4: Evidence from Raman Scattering Studies (Y. W. Long - 6 June, 2005)
We discussed these characters and inferred that the nonreversible structural transition in CaCrO4, most likely was from a zircon-type (I41/amd) ambient phase to a scheelite-type high pressure structure (I41/a).
Link: https://arxiv.org/abs/cond-mat/0506129
====================================================
Light Nuclei within Nuclear Matter (M. Beyer - 17 March, 2005)
A Dyson expansion of the many-body Green function leads to few-body equations that are solved using the ntegro-Differential Equation Approach (IDEA) and the Antisymmetrized Molecular Dynamics (AMD) methods
Link: https://arxiv.org/abs/nucl-th/0503050
====================================================
Cobweb posets as noncommutative prefabs (A. K. Kwasniewski - 25 September, 2005)
An another single valued commutative amd associative composision is also considered.
Link: https://arxiv.org/abs/math/0503286
====================================================
Symmetry energy for fragmentation in dynamical nuclear collisions (Akira Ono - 14 September, 2004)
We extract values for the free symmetry energy as a function of the fragment size (the proton number Z) from antisymmetrized molecular dynamics (AMD) calculations of calcium collisions
Link: https://arxiv.org/abs/nucl-th/0409027
====================================================
Inclusive cross-sections for jet production in nucleus-nucleus collisions in perturbative QCD (M. A. Braun - 29 July, 2004)
Their values are high amd grow rapidly with energy.
Link: https://arxiv.org/abs/hep-ph/0407346
====================================================
A Quick Look at SATA Disk Performance (Tom Barclay - 12 March, 2004)
Dubbed storage bricks, these servers are white box PCs containing the largest ATA drives, value-priced AMD or Intel processors, and inexpensive ECC memory
Link: https://arxiv.org/abs/cs/0403021
====================================================
Planck Scale Physics, Pregeometry and the Notion of Time (S. Roy - 4 November, 2003)
The possible physical amd metaphysical implications are discussed.
Link: https://arxiv.org/abs/gr-qc/0311012
====================================================
Sequential Decay Distortion of Goldhaber Model Widths for Spectator Fragments (Y. G. Ma - 19 March, 2002)
Momentum widths of the primary fragments and observed final fragments have been investigated within the framework of an Antisymmetrized Molecular Dynamics transport model code (AMD-V) with a sequential decay afterburner (GEMINI)
Link: https://arxiv.org/abs/nucl-ex/0203010
====================================================
Fock-Bargmann space and classic trajectories (G. F. Filippov - 22 November, 2000)
In the present review, the basic principles of AMD are illustrated on the examples of simplest nuclear systems, and the results are compared with those provided by an exact quantum-mechanical description in the Fock-Bargmann space. The applicability region of AMD is discussed, in particular, in the cases of systems with discrete spectrum, and a relation between the classical AMD trajectories and the quantum distributions is established
Link: https://arxiv.org/abs/nucl-th/0011081
====================================================
The Isotopic Abundances of Magnesium in Stars (Pamela Gay - 11 November, 1999)
The abundance of 25^Mg amd 26^Mg relative to the dominant isotope 24^Mg decreases with decreasing [Fe/H] in fair accord with predictions from a recent model of galactic chemical evolution in which the Mg isotopes are synthesised by massive stars
Link: https://arxiv.org/abs/astro-ph/9911217
====================================================
Statistical properties of antisymmetrized molecular dynamics for non-nucleon-emission and nucleon-emission processes (Akira Ono - 1 November, 1995)
We then explain that the statistical properties of AMD for nucleon emission processes are classical because nucleon emission processes in AMD are described by the motion of wave packet centroids. When we improve the description of the nucleon emission process so as to take into account the momentum fluctuation due to the wave packet spread, the AMD statistical properties for nucleon emission processes change drastically into quantum statistics
Link: https://arxiv.org/abs/nucl-th/9510065
====================================================
Flow of Nucleons and Fragments in 40Ar + 27Al Collisions Studied with AMD (A. Ono - 21 July, 1994)
Collective transverse momentum flow of nucleons and fragments in intermediate energy 40Ar + 27Al collisions is calculated with the antisymmetrized molecular dynamics (AMD)
Link: https://arxiv.org/abs/nucl-th/9407036
====================================================